diff --git a/logrotate.spec b/logrotate.spec index 83c0130..53fb071 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,11 +1,12 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.7.9 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ Group: System Environment/Base Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz Patch1: logrotate-3.7.8-man-authors.patch +Patch2: logrotate-3.7.9-man-size.patch Requires: coreutils >= 5.92 libsepol libselinux popt BuildRequires: libselinux-devel popt-devel @@ -25,6 +26,7 @@ log files on your system. %prep %setup -q %patch1 -p2 +%patch2 %build make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes @@ -55,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status %changelog +* Wed Sep 29 2010 Jan Kaluza 3.7.9-3 +- fix #638629 - better size directive description + * Mon Aug 09 2010 Jan Kaluza 3.7.9-2 - fixed AUTHORS in man page