Bug 719331 - Included conf behavior change
Summary: Included conf behavior change
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: logrotate
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Kaluža
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-06 14:02 UTC by Chris Adams
Modified: 2011-07-12 22:04 UTC (History)
2 users (show)

Fixed In Version: logrotate-3.7.9-12.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-12 22:04:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Chris Adams 2011-07-06 14:02:08 UTC
I have been putting my local logrotate configuration overrides in /etc/logrotate.d/000-localconf (this keeps from changing the RPM logrotate.conf and makes it obvious which settings are local).  This works in RHEL and Fedora up through 14.  However, in Fedora 15, it appears my local config is being ignored.  Here's my 000-localconf:

#####
# keep 3 weeks worth of backlogs
daily
rotate 21
maxage 28

olddir OLD

# use xz to compress
compress
compresscmd /usr/bin/xz
compressext .xz

missingok
notifempty
nomail
#####

None of these settings are being applied.

Comment 1 Jan Kaluža 2011-07-11 13:12:57 UTC
Thanks for the report, It's already fixed in new upstream version 3.8.0 and also in rawhide, but I didn't knew about this particular bug. I will backport the fix soon.

Comment 2 Fedora Update System 2011-07-11 14:49:46 UTC
logrotate-3.7.9-12.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/logrotate-3.7.9-12.fc15

Comment 3 Fedora Update System 2011-07-12 05:07:56 UTC
Package logrotate-3.7.9-12.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing logrotate-3.7.9-12.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/logrotate-3.7.9-12.fc15
then log in and leave karma (feedback).

Comment 4 Chris Adams 2011-07-12 13:00:29 UTC
Yep, that fixes it.  Thanks!

Comment 5 Jan Kaluža 2011-07-12 13:04:30 UTC
Great, happy to know it :).

Comment 6 Fedora Update System 2011-07-12 22:04:09 UTC
logrotate-3.7.9-12.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


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