[cronie] fix permission of init.d/crond

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jul 21 14:26:29 UTC 2011


commit 1ae525eed26576dadb934636c487abce0429b602
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Jul 21 16:26:04 2011 +0200

    fix permission of init.d/crond

 cronie.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index 8670061..a032ab2 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.8
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   MIT and BSD and ISC and GPLv2
 Group:     System Environment/Base
 URL:       https://fedorahosted.org/cronie
@@ -226,9 +226,12 @@ exit 0
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %files sysvinit
-%attr(0644,root,root) %{_initrddir}/crond
+%attr(0755,root,root) %{_initrddir}/crond
 
 %changelog
+* Thu Jul 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.8-5
+- fix permission of init.d/crond
+
 * Thu Jun 30 2011 Tomáš Mráz <tmraz at redhat.com> - 1.4.8-4
 - drop the without systemd build condition
 - add the chkconfig readding trigger to the sysvinit subpackage


More information about the scm-commits mailing list