rpms/logwatch/F-11 logwatch-7.3.6-named8.patch, NONE, 1.1 logwatch.spec, 1.119, 1.120

Karel Klíč kklic at fedoraproject.org
Mon Apr 19 16:22:53 UTC 2010


Author: kklic

Update of /cvs/pkgs/rpms/logwatch/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13966

Modified Files:
	logwatch.spec 
Added Files:
	logwatch-7.3.6-named8.patch 
Log Message:
Ignore broken trust chain messages in named service

logwatch-7.3.6-named8.patch:
 named |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE logwatch-7.3.6-named8.patch ---
diff -up logwatch-7.3.6/scripts/services/named.named8 logwatch-7.3.6/scripts/services/named
--- logwatch-7.3.6/scripts/services/named.named8	2010-04-19 18:19:38.106753913 +0200
+++ logwatch-7.3.6/scripts/services/named	2010-04-19 18:20:08.315757986 +0200
@@ -193,7 +193,8 @@ while (defined($ThisLine = <STDIN>)) {
       ($ThisLine =~ /built with/) or
       ($ThisLine =~ /'.*': TTL differs in rdataset, adjusting [0-9]* -> [0-9]*/) or
       ($ThisLine =~ /max open files \([0-9]*\) is smaller than max sockets \([0-9]*\)/) or
-      ($ThisLine =~ /clients-per-query decreased to .*/)
+      ($ThisLine =~ /clients-per-query decreased to .*/) or
+      ($ThisLine =~ /^broken trust chain resolving '.*': .*/)
       # too many timeouts resolving 'ns-ext.nrt1.isc.org/AAAA' (in '.'?): disabling EDNS: 3 Time(s)
    ) {
       # Don't care about these...


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/F-11/logwatch.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- logwatch.spec	16 Dec 2009 16:08:42 -0000	1.119
+++ logwatch.spec	19 Apr 2010 16:22:53 -0000	1.120
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 46%{?dist}
+Release: 47%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -63,6 +63,9 @@ Patch62: logwatch-7.3.6-openvpn4.patch
 Patch63: logwatch-7.3.6-pam_unix4.patch
 Patch64: logwatch-7.3.6-dhcpd.patch
 Patch65: logwatch-7.3.6-named6.patch
+# Ignore broken trust chain messages in named service
+# rhbz#581186
+Patch74: logwatch-7.3.6-named8.patch
 Requires: textutils sh-utils grep mailx
 Requires: perl(Date::Manip)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -132,6 +135,7 @@ of the package on many systems.
 %patch63 -p1
 %patch64 -p1
 %patch65 -p1
+%patch74 -p1
 rm -f scripts/services/*.orig
 
 %build
@@ -243,6 +247,9 @@ rm -rf %{buildroot}
 %doc License project/CHANGES 
 
 %changelog
+* Mon Apr 19 2010 Karel Klic <kklic at redhat.com> 7.3.6-47
+- Ignore broken trust chain messages in named service (rhbz#581186)
+
 * Wed Dec 16 2009 Karel Klic <kklic at redhat.com> 7.3.6-46
 - Release number increased
 



More information about the scm-commits mailing list