From 749629f6e6a3df5011d0a3e7829fccde84af58f1 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Tue, 23 Jan 2007 12:09:11 +0000 Subject: [PATCH] - logrotate won't stop if there are some errors in configuration or glob failures (#166510, #182062) --- logrotate.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index 6123e48..8423fdc 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.7.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz @@ -9,6 +9,7 @@ Patch1: logrotate-selinux.patch Patch2: logrotate-fdLeak.patch Patch3: logrotate-sizeOption.patch Patch4: logrotate-widecharPath.patch +Patch5: logrotate-errorConfiguration.patch BuildRoot: %{_tmppath}/%{name}-%{version}.root BuildRequires: libselinux-devel @@ -30,6 +31,7 @@ log files on your system. %patch2 -p1 -b .fdLeak %patch3 -p1 -b .sizeOption %patch4 -p1 -b .widecharPath +%patch5 -p1 -b .errorConfiguration %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \ @@ -60,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Tue Jan 23 2007 Peter Vrabec 3.7.4-11 +- logrotate won't stop if there are some errors in configuration + or glob failures (#166510, #182062) + * Wed Jan 10 2007 Peter Vrabec 3.7.4-10 - fix some rpmlint issues