[logwatch] Handle more messages in /var/log/secure

Frank Crawford frankcrawford at fedoraproject.org
Wed Mar 9 11:26:52 UTC 2011


commit 91e6d9252fb3909761a1e577ec30fda4ac68a361
Author: Frank Crawford <frank at crawford.emu.id.au>
Date:   Sun Mar 6 23:51:36 2011 +1100

    Handle more messages in /var/log/secure

 logwatch.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/logwatch.spec b/logwatch.spec
index 5cede2e..82f30c0 100644
--- a/logwatch.spec
+++ b/logwatch.spec
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 66.20110228svn46%{?dist}
+Release: 67.20110228svn46%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -19,6 +19,8 @@ Patch1: logwatch-oldfiles.patch
 # older version by upstream due to licensing issues.  Some parts are
 # solved by upstream.
 #Patch2: logwatch-postfix.patch
+# Fixes not yet in upstream for /var/log/secure (rhbz#673760)
+Patch3: logwatch-secure.patch
 Requires: textutils sh-utils grep mailx
 Requires: perl(Date::Manip)
 BuildArchitectures: noarch
@@ -33,6 +35,7 @@ of the package on many systems.
 %setup -q -n logwatch-svn46
 %patch0 -p1
 %patch1 -p1
+%patch3 -p1
 rm -f scripts/services/*.orig
 
 %build
@@ -127,6 +130,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
 %doc LICENSE
 
 %changelog
+* Sun Mar  6 2011 Karel Klic <frank at crawford.emu.id.au> -  7.3.6-67.20110228svn46
+- Handle additional messages in /var/log/secure (rhbz#673760)
+
 * Mon Feb 28 2011 Karel Klic <kklic at redhat.com> -  7.3.6-66.20110228svn46
 - Updated to the latest svn revision
 - Fixes CVE-2011-1018: Privilege escalation due improper sanitization


More information about the scm-commits mailing list