From 1ae525eed26576dadb934636c487abce0429b602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 21 Jul 2011 16:26:04 +0200 Subject: [PATCH] fix permission of init.d/crond --- cronie.spec | 7 +++++-- 1 file 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á - 1.4.8-5 +- fix permission of init.d/crond + * Thu Jun 30 2011 Tomáš Mráz - 1.4.8-4 - drop the without systemd build condition - add the chkconfig readding trigger to the sysvinit subpackage