"size" option was ignored in config files (#221341)
This commit is contained in:
parent
2cefe23f18
commit
da4368bb5e
@ -1,12 +1,14 @@
|
||||
Summary: Rotates, compresses, removes and mails system log files.
|
||||
Name: logrotate
|
||||
Version: 3.7.4
|
||||
Release: 7
|
||||
Release: 8%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
||||
Patch1: logrotate-selinux.patch
|
||||
Patch2: logrotate-fdLeak.patch
|
||||
Patch3: logrotate-sizeOption.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
||||
BuildRequires: libselinux-devel
|
||||
|
||||
@ -25,6 +27,7 @@ log files on your system.
|
||||
%setup
|
||||
%patch1 -p1 -b .rhat
|
||||
%patch2 -p1 -b .fdLeak
|
||||
%patch3 -p1 -b .sizeOption
|
||||
|
||||
%build
|
||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
|
||||
@ -55,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
|
||||
|
||||
%changelog
|
||||
* Fri Jan 05 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-8
|
||||
- "size" option was ignored in config files (#221341)
|
||||
|
||||
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.7.4-7
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user