diff --git a/logrotate.spec b/logrotate.spec index 5189dbd..df85aff 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -5,11 +5,13 @@ BuildRequires: libselinux-devel Summary: Rotates, compresses, removes and mails system log files. Name: logrotate Version: 3.7.1 -Release: 3 +Release: 5 License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz Patch0: logrotate-3.7.1-share.patch +Patch1: logrotate-3.7.1-man.patch +Patch2: logrotate-3.7.1-conf.patch BuildRoot: %{_tmppath}/%{name}-%{version}.root %description @@ -26,6 +28,8 @@ log files on your system. %prep %setup %patch0 -p1 -b .share +%patch1 -p1 -b .orig +%patch2 -p1 -b .conf %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \ @@ -58,7 +62,13 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog -* Mon Dec 06 2004 Peter Vrabec +* Mon Dec 13 2004 Peter Vrabec - 3.7.1-5 +- Add section to logrotate.conf for "/var/log/btmp" (#117844) + +* Mon Dec 13 2004 Peter Vrabec - 3.7.1-4 +- Typo and missing information in man page (#139346) + +* Mon Dec 06 2004 Peter Vrabec - 3.7.1-3 - compressed logfiles and logrotate (#140353) * Tue Oct 19 2004 Miloslav Trmac - 3.7.1-2