upgrade
This commit is contained in:
parent
d26038cc48
commit
8d769c03d1
@ -1,2 +1 @@
|
||||
logrotate-3.7.1.tar.gz
|
||||
logrotate-3.7.2.tar.gz
|
||||
logrotate-3.7.3.tar.gz
|
||||
|
@ -4,22 +4,12 @@ BuildRequires: libselinux-devel
|
||||
%endif
|
||||
Summary: Rotates, compresses, removes and mails system log files.
|
||||
Name: logrotate
|
||||
Version: 3.7.2
|
||||
Release: 12
|
||||
Version: 3.7.3
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
||||
Patch1: logrotate-3.7.2-yearly.patch
|
||||
Patch2: logrotate-3.7.2-sharedscript.patch
|
||||
Patch3: logrotate-3.7.2-debugCompress.patch
|
||||
Patch4: logrotate-3.7.2-fixLeaks.patch
|
||||
Patch5: logrotate-3.7.2-cleanUp.patch
|
||||
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-fix_free_segfaults3.patch
|
||||
|
||||
%description
|
||||
The logrotate utility is designed to simplify the administration of
|
||||
@ -34,16 +24,6 @@ log files on your system.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch1 -p1 -b .yearly
|
||||
%patch2 -p1 -b .sharedscript
|
||||
%patch3 -p1 -b .debugCompress
|
||||
%patch4 -p1 -b .fixLeaks
|
||||
%patch5 -p1 -b .cleanUp
|
||||
%patch6 -p1 -b .fix_free_segfaults
|
||||
%patch7 -p1 -b .fixLeaks_tabooExts
|
||||
%patch8 -p1 -b .fix_free_segfaults2
|
||||
%patch9 -p1 -b .cleanUp2
|
||||
%patch10 -p1 -b .fix_free_segfaults3
|
||||
|
||||
%build
|
||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
|
||||
@ -76,9 +56,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
|
||||
|
||||
%changelog
|
||||
* Sat Nov 12 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.3-1
|
||||
- new upstream release
|
||||
- indent sources
|
||||
|
||||
* Fri Nov 11 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-12
|
||||
- fix_free_segfaults (#172918)
|
||||
|
||||
* Mon Nov 07 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-11
|
||||
- man description for "nodateext" option (#171577)
|
||||
- remove not working "pattern" option (#171577)
|
||||
|
||||
* Tue Oct 25 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-10
|
||||
- some more clean up (#171587)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user