[cronie] Permission on files. - change configuration files to 644 - change 6755 to 4755 for crontab binary

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Jan 2 14:35:03 UTC 2013


commit 4f1f4920c46a6ea588bc4c669503851b5da94364
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Jan 2 15:34:33 2013 +0100

    Permission on files.
    - change configuration files to 644
    - change 6755 to 4755 for crontab binary

 cronie.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index 3ef707c..e62048e 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -6,7 +6,7 @@
 Summary:   Cron daemon for executing programs at set times
 Name:      cronie
 Version:   1.4.10
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   MIT and BSD and ISC and GPLv2
 Group:     System Environment/Base
 URL:       https://fedorahosted.org/cronie
@@ -182,7 +182,7 @@ exit 0
 %files
 %doc AUTHORS COPYING INSTALL README ChangeLog
 %attr(755,root,root) %{_sbindir}/crond
-%attr(6755,root,root) %{_bindir}/crontab
+%attr(4755,root,root) %{_bindir}/crontab
 %{_mandir}/man8/crond.*
 %{_mandir}/man8/cron.*
 %{_mandir}/man5/crontab.*
@@ -199,7 +199,7 @@ exit 0
 
 %files anacron
 %{_sbindir}/anacron
-%attr(0755,root,root) %{_sysconfdir}/cron.hourly/0anacron
+%attr(0644,root,root) %{_sysconfdir}/cron.hourly/0anacron
 %config(noreplace) %{_sysconfdir}/anacrontab
 %dir /var/spool/anacron
 %ghost %verify(not md5 size mtime) /var/spool/anacron/cron.daily
@@ -215,6 +215,10 @@ exit 0
 %attr(0755,root,root) %{_initrddir}/crond
 
 %changelog
+* Wed Jan  2 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.10-2
+- change configuration files to 644
+- change 6755 to 4755 for crontab binary
+
 * Tue Nov 27 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.10-1
 - New release 1.4.10
 


More information about the scm-commits mailing list