auto-import changelog data from logwatch-2.1.1-2.src.rpm

Thu Aug 09 2001 Elliot Lee <sopwith@redhat.com> 2.1.1-2
- Fix warning in services/init (#51305) and don't include fortune module
    (#51093).
This commit is contained in:
cvsdist 2004-09-09 08:00:37 +00:00
parent bd32327f91
commit bbef8f84b0

View File

@ -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 <sopwith@redhat.com> 2.1.1-2
- Fix warning in services/init (#51305) and don't include fortune module
(#51093).
* Mon May 21 2001 Tim Powers <timp@redhat.com>
- updated to 2.1.1
- adapted changes from Kirk Bauer's spec file into this one