Fix rhbz#671201: make /etc/cron.daily/0logwatch executable

This commit is contained in:
Richard Fearn 2011-01-23 20:30:34 +00:00
parent ec9e9da54c
commit 164744f193

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program
Name: logwatch
Version: 7.3.6
Release: 61.20110113svn22%{?dist}
Release: 62.20110113svn22%{?dist}
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -106,7 +106,7 @@ install -m 0644 override.conf.5 %{buildroot}%{_mandir}/man5
install -m 0644 logwatch.conf.5 %{buildroot}%{_mandir}/man5
install -m 0644 logwatch.8 %{buildroot}%{_mandir}/man8
install -m 0644 logwatch.cron %{buildroot}%{_sysconfdir}/cron.daily/0logwatch
install -m 0755 logwatch.cron %{buildroot}%{_sysconfdir}/cron.daily/0logwatch
ln -s ../../%{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}/%{_sbindir}/logwatch
@ -148,6 +148,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
#%doc License project/CHANGES
%changelog
* Sun Jan 23 2011 Richard Fearn <richardfearn@gmail.com> - 7.3.6-62.20110113svn22
- Fix rhbz#671201: make /etc/cron.daily/0logwatch executable
* Tue Jan 18 2011 Karel Klic <kklic@redhat.com> - 7.3.6-61.20110113svn22
- Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch