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