diff --git a/logrotate.changes b/logrotate.changes index 6361e9e..fe8812d 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 31 18:01:58 CET 2007 - ro@suse.de + +- added bzip2 as dependency since it's used as default compressor + (#334555) + ------------------------------------------------------------------- Thu Aug 16 15:33:29 CEST 2007 - ro@suse.de diff --git a/logrotate.spec b/logrotate.spec index bc627df..0c3036e 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -14,7 +14,7 @@ Name: logrotate BuildRequires: popt-devel Summary: Rotate, Compress, Remove, and Mail System Log Files Version: 3.7.5 -Release: 1 +Release: 12 License: GPL v2 or later Group: System/Base Source: ftp://people.redhat.com/sopwith/logrotate-%{version}.tar.bz2 @@ -29,6 +29,7 @@ Patch14: logrotate-3.7.5-date.patch Patch15: logrotate-3.7.5-logfn.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq /bin/rm /bin/mv +Requires: bzip2 %description The logrotate utility is designed to simplify the administration of log @@ -88,8 +89,10 @@ rm -rf $RPM_BUILD_ROOT /etc/cron.daily/logrotate %config /etc/logrotate.conf %config(noreplace)/etc/logrotate.d/wtmp - %changelog +* Wed Oct 31 2007 - ro@suse.de +- added bzip2 as dependency since it's used as default compressor + (#334555) * Thu Aug 16 2007 - ro@suse.de - update to 3.7.5 with some bugfixes containing: - 251040 config option size not handled correctly