- incorporate the next part of package review comments
- Resolves: 227976 logwatch warns about auditspd starting
This commit is contained in:
parent
7c7b591044
commit
a98633599a
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.2
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -16,6 +16,8 @@ Patch7: logwatch-7.3.2-amavis.patch
|
||||
Patch8: logwatch-7.3.2-cron.patch
|
||||
Patch9: logwatch-7.3.2-audit.patch
|
||||
Patch10: logwatch-7.3.2-iptables.patch
|
||||
Patch11: logwatch-7.3.2-pix.patch
|
||||
Patch12: logwatch-7.3.2-audit2.patch
|
||||
|
||||
Requires: textutils sh-utils grep mailx
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -39,6 +41,8 @@ of the package on many systems.
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
# GPL license
|
||||
rm ./scripts/services/courier
|
||||
rm ./scripts/services/dpkg
|
||||
@ -97,9 +101,9 @@ chmod 644 %{buildroot}%{_datadir}/logwatch/scripts/services/courier
|
||||
chmod 644 %{buildroot}%{_datadir}/logwatch/scripts/services/dpkg
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/cron.daily
|
||||
ln -s %{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}%{_sysconfdir}/cron.daily/0logwatch
|
||||
ln -s ../../%{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}/%{_sysconfdir}/cron.daily/0logwatch
|
||||
install -m 0755 -d %{buildroot}%{_sbindir}
|
||||
ln -s %{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}%{_sbindir}/logwatch
|
||||
ln -s ../../%{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}/%{_sbindir}/logwatch
|
||||
|
||||
|
||||
echo "###### REGULAR EXPRESSIONS IN THIS FILE WILL BE TRIMMED FROM REPORT OUTPUT #####" > %{buildroot}%{_sysconfdir}/logwatch/conf/ignore.conf
|
||||
@ -155,7 +159,12 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Thu Feb 8 2007 Ivana Varekova <vraekova@redhat.com> 7.3.2-7
|
||||
* Fri Feb 9 2007 Ivana Varekova <varekova@redhat.com> 7.3.2-8
|
||||
- incorporate the next part of package review comments
|
||||
- Resolves: 227976
|
||||
logwatch warns about auditspd starting
|
||||
|
||||
* Thu Feb 8 2007 Ivana Varekova <varekova@redhat.com> 7.3.2-7
|
||||
- incorporate package review feedback
|
||||
- Resolves: 227814
|
||||
logwatch warns about ntpd deletes interfaces on shutdown
|
||||
|
||||
Loading…
Reference in New Issue
Block a user