From bbef8f84b087462653dfe447bb16da6e88c17ea6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:00:37 +0000 Subject: [PATCH] auto-import changelog data from logwatch-2.1.1-2.src.rpm Thu Aug 09 2001 Elliot Lee 2.1.1-2 - Fix warning in services/init (#51305) and don't include fortune module (#51093). --- logwatch.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/logwatch.spec b/logwatch.spec index 695e8db..b8be5c4 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,25 +1,27 @@ Summary: A log file analysis program. Name: logwatch Version: 2.1.1 -Release: 1 +Release: 2 Copyright: GPL Group: Applications/System URL: http://www.kaybee.org/~kirk/html/linux.html Source: ftp://ftp.kaybee.org/pub/linux/logwatch-2.1.1.tar.gz +Patch: logwatch-2.1.1-nowarn.patch Requires: textutils,sh-utils,grep,perl BuildRoot: %{_tmppath}/logwatch-build BuildArchitectures: noarch %description -LogWatch is a customizable log analysis system. LogWatch parses +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 +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. %prep -%setup -q +%setup -q +%patch -p1 %build @@ -50,7 +52,10 @@ install -m 0644 logwatch.8 %{buildroot}%{_mandir}/man8 rm -f %{buildroot}%{_sysconfdir}/log.d/logwatch \ %{buildroot}%{_sysconfdir}/log.d/logwatch.conf \ %{buildroot}%{_sysconfdir}/cron.daily/00-logwatch \ - %{buildroot}%{_sbindir}/logwatch + %{buildroot}%{_sbindir}/logwatch \ + %{buildroot}%{_sysconfdir}/log.d/scripts/services/zz-fortune* \ + %{buildroot}%{_sysconfdir}/log.d/conf/services/zz-fortune* \ + %{buildroot}%{_sysconfdir}/log.d/conf/logfiles/fortune* ln -s scripts/logwatch.pl %{buildroot}%{_sysconfdir}/log.d/logwatch ln -s conf/logwatch.conf %{buildroot}%{_sysconfdir}/log.d/logwatch.conf @@ -92,6 +97,10 @@ rm -rf %{buildroot} %doc %{_mandir}/man8/logwatch.8.gz %changelog +* Thu Aug 09 2001 Elliot Lee 2.1.1-2 +- Fix warning in services/init (#51305) and don't include fortune module +(#51093). + * Mon May 21 2001 Tim Powers - updated to 2.1.1 - adapted changes from Kirk Bauer's spec file into this one