"size" option was ignored in config files (#221341)

This commit is contained in:
Peter Vrabec 2007-01-05 11:47:36 +00:00
parent 2cefe23f18
commit da4368bb5e

View File

@ -1,12 +1,14 @@
Summary: Rotates, compresses, removes and mails system log files. Summary: Rotates, compresses, removes and mails system log files.
Name: logrotate Name: logrotate
Version: 3.7.4 Version: 3.7.4
Release: 7 Release: 8%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: logrotate-%{PACKAGE_VERSION}.tar.gz Source: logrotate-%{PACKAGE_VERSION}.tar.gz
Patch1: logrotate-selinux.patch Patch1: logrotate-selinux.patch
Patch2: logrotate-fdLeak.patch Patch2: logrotate-fdLeak.patch
Patch3: logrotate-sizeOption.patch
BuildRoot: %{_tmppath}/%{name}-%{version}.root BuildRoot: %{_tmppath}/%{name}-%{version}.root
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
@ -25,6 +27,7 @@ log files on your system.
%setup %setup
%patch1 -p1 -b .rhat %patch1 -p1 -b .rhat
%patch2 -p1 -b .fdLeak %patch2 -p1 -b .fdLeak
%patch3 -p1 -b .sizeOption
%build %build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \ 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 %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
%changelog %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 * 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 - rebuilt for unwind info generation, broken in gcc-4.1.1-21