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

richardfearn richardfearn at fedoraproject.org
Sun Jan 23 20:32:13 UTC 2011


commit 164744f1939148d84caf484ba32b0a23abeed8c2
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Sun Jan 23 20:30:34 2011 +0000

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

 logwatch.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/logwatch.spec b/logwatch.spec
index 59e0904..b7eb08a 100644
--- a/logwatch.spec
+++ b/logwatch.spec
@@ -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 at gmail.com> - 7.3.6-62.20110113svn22
+- Fix rhbz#671201: make /etc/cron.daily/0logwatch executable
+
 * Tue Jan 18 2011 Karel Klic <kklic at redhat.com> - 7.3.6-61.20110113svn22
 - Removed "Listening on interface .* Enabled" line in logwatch-xntpd.patch
 


More information about the scm-commits mailing list