fix spec file

This commit is contained in:
Peter Vrabec 2005-11-11 15:29:20 +00:00
parent c02330e234
commit d26038cc48

View File

@ -19,8 +19,7 @@ Patch6: logrotate-3.7.2-fix_free_segfaults.patch
Patch7: logrotate-3.7.2-fixLeaks_tabooExts.patch
Patch8: logrotate-3.7.2-fix_free_segfaults2.patch
Patch9: logrotate-3.7.2-cleanUp2.patch
Patch10: logrotate-3.7.2-rotateDateext.patch
Patch11: logrotate-3.7.2-fix_free_segfaults3.patch
Patch10: logrotate-3.7.2-fix_free_segfaults3.patch
%description
The logrotate utility is designed to simplify the administration of
@ -44,8 +43,7 @@ log files on your system.
%patch7 -p1 -b .fixLeaks_tabooExts
%patch8 -p1 -b .fix_free_segfaults2
%patch9 -p1 -b .cleanUp2
%patch10 -p1 -b .rotateDateext
%patch11 -p1 -b .fix_free_segfaults3
%patch10 -p1 -b .fix_free_segfaults3
%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
@ -81,9 +79,6 @@ rm -rf $RPM_BUILD_ROOT
* Fri Nov 11 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-12
- fix_free_segfaults (#172918)
* Wed Nov 03 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-11
- ignore "rotate count" when "dateext" option is used(#170639)
* Tue Oct 25 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-10
- some more clean up (#171587)