fix permission of init.d/crond

This commit is contained in:
Marcela Mašláňová 2011-07-21 16:26:04 +02:00
parent e88a8562df
commit 1ae525eed2

View File

@ -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@redhat.com> - 1.4.8-5
- fix permission of init.d/crond
* Thu Jun 30 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.8-4
- drop the without systemd build condition
- add the chkconfig readding trigger to the sysvinit subpackage