auto-import changelog data from logwatch-5.1-4.src.rpm

Mon May 24 2004 Joe Orton <jorton@redhat.com> 5.1-4
- stop logging access_log entries with 2xx response codes
This commit is contained in:
cvsdist 2004-09-09 08:04:50 +00:00
parent 6d1218f2a2
commit 5f1db1f5e4

View File

@ -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 <jorton@redhat.com> 5.1-4
- stop logging access_log entries with 2xx response codes
* Wed Mar 17 2004 Elliot Lee <sopwith@redhat.com> 5.1-3
- Fix the perl(Logwatch) problem the correct way, as per #118507