Revert previous permission for the script.
This commit is contained in:
parent
e58f789228
commit
d7dc361665
@ -6,7 +6,7 @@
|
|||||||
Summary: Cron daemon for executing programs at set times
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.4.10
|
Version: 1.4.10
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT and BSD and ISC and GPLv2
|
License: MIT and BSD and ISC and GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://fedorahosted.org/cronie
|
URL: https://fedorahosted.org/cronie
|
||||||
@ -199,7 +199,7 @@ exit 0
|
|||||||
|
|
||||||
%files anacron
|
%files anacron
|
||||||
%{_sbindir}/anacron
|
%{_sbindir}/anacron
|
||||||
%attr(0644,root,root) %{_sysconfdir}/cron.hourly/0anacron
|
%attr(0755,root,root) %{_sysconfdir}/cron.hourly/0anacron
|
||||||
%config(noreplace) %{_sysconfdir}/anacrontab
|
%config(noreplace) %{_sysconfdir}/anacrontab
|
||||||
%dir /var/spool/anacron
|
%dir /var/spool/anacron
|
||||||
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.daily
|
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.daily
|
||||||
@ -215,7 +215,7 @@ exit 0
|
|||||||
%attr(0755,root,root) %{_initrddir}/crond
|
%attr(0755,root,root) %{_initrddir}/crond
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 2 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.10-2
|
* Wed Jan 2 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.10-3
|
||||||
- change configuration files to 644
|
- change configuration files to 644
|
||||||
- change 6755 to 4755 for crontab binary
|
- change 6755 to 4755 for crontab binary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user