[logrotate] - fix #638629 - better size directive description

Jan Kaluža jkaluza at fedoraproject.org
Wed Sep 29 14:55:24 UTC 2010


commit b7f692446ca0060cde29623a18f7bc83682ec552
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Wed Sep 29 16:54:49 2010 +0200

    - fix #638629 - better size directive description

 logrotate.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <jkaluza at redhat.com> 3.7.9-3
+- fix #638629 - better size directive description
+
 * Mon Aug 09 2010 Jan Kaluza <jkaluza at redhat.com> 3.7.9-2
 - fixed AUTHORS in man page
 


More information about the scm-commits mailing list