From da4368bb5ebeed76e3fe8c46589f6d8c537e5f7e Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Fri, 5 Jan 2007 11:47:36 +0000 Subject: [PATCH] "size" option was ignored in config files (#221341) --- logrotate.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index 92bc3f5..6a2eba3 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -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 3.7.4-8 +- "size" option was ignored in config files (#221341) + * Sun Oct 01 2006 Jesse Keating - 3.7.4-7 - rebuilt for unwind info generation, broken in gcc-4.1.1-21