From 3b4dc4bde4e4a13c71854263ace8f08de3891e2e Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Thu, 24 Nov 2005 13:31:42 +0000 Subject: [PATCH] - add named script patch (bug 171631) - change autdated description --- logwatch.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/logwatch.spec b/logwatch.spec index e490ce8..684fd55 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -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 7.1-2 +- add named script patch (bug 171631) +- change autdated description + * Wed Nov 23 2005 Ivana Varekova 7.1-1 - update to 7.1 - added sshd and samba patches