Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 168044 - Review Request: perl-Log-Dispatch - Dispatches messages to one or more outputs
Summary: Review Request: perl-Log-Dispatch - Dispatches messages to one or more outputs
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ralf Corsepius
QA Contact: David Lawrence
URL: http://gsd.di.uminho.pt/jpo/software/...
Whiteboard:
Depends On: 168043
Blocks: FE-ACCEPT
TreeView+ depends on / blocked
 
Reported: 2005-09-11 16:09 UTC by Jose Pedro Oliveira
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-12 19:08:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jose Pedro Oliveira 2005-09-11 16:09:45 UTC
Spec Name or Url:
http://gsd.di.uminho.pt/jpo/software/fedora/perl-Log-Dispatch.spec
SRPM Name or Url:
http://gsd.di.uminho.pt/jpo/software/fedora/perl-Log-Dispatch-2.11-1.src.rpm

Description:
Log::Dispatch is a suite of OO modules for logging messages to
multiple outputs, each of which can have a minimum and maximum log
level.  It is designed to be easily subclassed, both for creating a
new dispatcher object and particularly for creating new outputs.

Note:
This is an RT requirement.

Comment 1 Jose Pedro Oliveira 2005-09-11 16:11:33 UTC
mod_perl perl script to test Log::Dispatch::ApacheLog:
http://gsd.di.uminho.pt/jpo/software/fedora/apachelog.pl

Comment 2 Ralf Corsepius 2005-09-12 05:55:43 UTC
One release technical issue:

How do you plan to handle the mod_perl2/mod_perl issue inside of CVS?

I'd recommend to remove the mod_perl2 %define for FC > 4 rpm specs (and to 
"BR: mod_perl > ..."), but to keep it for FC-3 only.
Alternatively, you could consider to check for Apache::Log or Apache::Log inside
of the spec file and dynamically apply the patch, depending on the result of
such a check.

Anyway, final decision left to you.

APPROVED.


Comment 3 Jose Pedro Oliveira 2005-09-12 19:08:09 UTC
Release 2: Better mod_perl handling. Just using:

  if %{__perl} -e 'use Apache2::Log' ; then
  %patch0 -p1
  fi



Note You need to log in before you can comment on or make changes to this bug.