From 5f1db1f5e4e82a8c65bd95d224cecdd6978bd7be Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:04:50 +0000 Subject: [PATCH] auto-import changelog data from logwatch-5.1-4.src.rpm Mon May 24 2004 Joe Orton 5.1-4 - stop logging access_log entries with 2xx response codes --- logwatch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/logwatch.spec b/logwatch.spec index 3bbd218..87957c0 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program. Name: logwatch Version: 5.1 -Release: 3 +Release: 4 Copyright: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -9,6 +9,7 @@ Source: ftp://ftp.kaybee.org/pub/linux/logwatch-%{version}.tar.gz Patch: logwatch-4.3.2-nounicode.patch Patch1: logwatch-4.3.2-nosegfault.patch Patch3: logwatch-5.1-catchlocal.patch +Patch4: logwatch-5.1-http400.patch Requires: textutils sh-utils grep mailx BuildRoot: %{_tmppath}/logwatch-build BuildArchitectures: noarch @@ -26,6 +27,7 @@ analyzes Samba logs. %patch -p1 %patch1 -p1 %patch3 -p1 +%patch4 -p1 %install rm -rf %{buildroot} @@ -110,6 +112,9 @@ rm -rf %{buildroot} %doc License project/CHANGES project/TODO %changelog +* Mon May 24 2004 Joe Orton 5.1-4 +- stop logging access_log entries with 2xx response codes + * Wed Mar 17 2004 Elliot Lee 5.1-3 - Fix the perl(Logwatch) problem the correct way, as per #118507