diff --git a/logrotate-3.7.8-man-authors.patch b/logrotate-3.7.8-man-authors.patch new file mode 100644 index 0000000..4169fbd --- /dev/null +++ b/logrotate-3.7.8-man-authors.patch @@ -0,0 +1,19 @@ +Index: /trunk/logrotate.8 +=================================================================== +--- /trunk/logrotate.8 (revision 285) ++++ /trunk/logrotate.8 (revision 290) +@@ -483,8 +483,11 @@ + .BR gzip (1) + ++ ++ + .SH AUTHORS + .nf +-Erik Troan +-.nf +-Preston Brown ++Erik Troan, Preston Brown, Jan Kaluza. ++ ++ ++ + .fi diff --git a/logrotate.spec b/logrotate.spec index 72ba176..83c0130 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,11 +1,11 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.7.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ Group: System Environment/Base Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz -#Patch1: logrotate-3.7.8-perm.patch +Patch1: logrotate-3.7.8-man-authors.patch Requires: coreutils >= 5.92 libsepol libselinux popt BuildRequires: libselinux-devel popt-devel @@ -24,7 +24,7 @@ log files on your system. %prep %setup -q -#%%patch1 -p1 -b .perm +%patch1 -p2 %build make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status %changelog +* Mon Aug 09 2010 Jan Kaluza 3.7.9-2 +- fixed AUTHORS in man page * Mon Jun 28 2010 Jan Kaluza 3.7.9-1 - new upstream version 3.7.9