- add named script patch (bug 171631)

- change autdated description
This commit is contained in:
Ivana Varekova 2005-11-24 13:31:42 +00:00
parent d3879b1f52
commit 3b4dc4bde4

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program.
Name: logwatch
Version: 7.1
Release: 1
Release: 2
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -10,18 +10,17 @@ Patch1: logwatch-4.3.2-nounicode.patch
Patch2: logwatch-7.0-nosegfault.patch
Patch3: logwatch-7.1-sshd.patch
Patch4: logwatch-7.1-samba.patch
Patch5: logwatch-7.1-named.patch
Requires: textutils sh-utils grep mailx
BuildRoot: %{_tmppath}/logwatch-build
BuildArchitectures: noarch
%description
LogWatch is a customizable log analysis system. LogWatch parses
through your system's logs for a given period of time and creates a
report analyzing areas that you specify, in as much detail as you
require. LogWatch is easy to use and claims that it will work right
out of the package on almost all systems. Note that LogWatch now
analyzes Samba logs.
Logwatch is a customizable, pluggable log-monitoring system. It will go
through your logs for a given period of time and make a report in the areas
that you wish with the detail that you wish. Easy to use - works right out
of the package on many systems.
%prep
%setup -q
@ -29,6 +28,7 @@ analyzes Samba logs.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%install
@ -130,6 +130,11 @@ rm -rf %{buildroot}
%doc License project/CHANGES project/TODO
%changelog
* Wed Nov 24 2005 Ivana Varekova <varekova@redhat.com> 7.1-2
- add named script patch (bug 171631)
- change autdated description
* Wed Nov 23 2005 Ivana Varekova <varekova@redhat.com> 7.1-1
- update to 7.1
- added sshd and samba patches