Bug 168044
| Summary: | Review Request: perl-Log-Dispatch - Dispatches messages to one or more outputs | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jose Pedro Oliveira <jose.p.oliveira.oss> |
| Component: | Package Review | Assignee: | Ralf Corsepius <rc040203> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-extras-list |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://gsd.di.uminho.pt/jpo/software/fedora/perl-Log-Dispatch-2.11-1.src.rpm | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-09-12 19:08:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 168043 | ||
| Bug Blocks: | 163779 | ||
|
Description
Jose Pedro Oliveira
2005-09-11 16:09:45 UTC
mod_perl perl script to test Log::Dispatch::ApacheLog: http://gsd.di.uminho.pt/jpo/software/fedora/apachelog.pl 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. Release 2: Better mod_perl handling. Just using:
if %{__perl} -e 'use Apache2::Log' ; then
%patch0 -p1
fi
|