diff --git a/logwatch-xntpd.patch b/logwatch-xntpd.patch index adfb54e..b21cd1b 100644 --- a/logwatch-xntpd.patch +++ b/logwatch-xntpd.patch @@ -35,7 +35,7 @@ RH-Bugzilla: #673756 } elsif ( my ($Error) = ($ThisLine =~ /(no server(s reachable| suitable for synchronization found))/ )) { $Errors{$Error}++; - } elsif ( my ($Error) = ($ThisLine =~ /(can't find host \S+|no servers can be used, exiting)/ )) { -+ } elsif ( my ($Error) = ($ThisLine =~ /([Cc]an't find host \S+|no servers can be used, exiting)/ ) ++ } elsif ( my ($Error) = ($ThisLine =~ /([Cc]an't find host \S+|no servers can be used, exiting)/ )) { $Errors{$Error}++; } elsif ( my ($Error) = ($ThisLine =~ /(sendto\(\S+\): Network is unreachable)/ )) { $Errors{$Error}++; diff --git a/logwatch.spec b/logwatch.spec index aac12fc..60a074e 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -2,7 +2,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.4.1 -Release: 1.20140924svn%{revision}%{?dist} +Release: 2.20140924svn%{revision}%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -147,6 +147,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her %{_mandir}/man*/* %changelog +* Thu Sep 25 2014 Jan Synacek - 7.4.1-2.20140924svn242 +- Fix xntpd patch + * Wed Sep 24 2014 Jan Synacek - 7.4.1-1.20140924svn242 - Update to 7.4.1 (revision 242) (rhbz#1145898) - Fix bogus dates