correct the permissions of the anacron timestamp files
This commit is contained in:
parent
fc778cf11f
commit
e118cfddd7
11
cronie.spec
11
cronie.spec
@ -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.12
|
Version: 1.4.12
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -195,9 +195,9 @@ exit 0
|
|||||||
%attr(0755,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 %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.daily
|
||||||
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.weekly
|
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.weekly
|
||||||
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.monthly
|
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.monthly
|
||||||
%{_mandir}/man5/anacrontab.*
|
%{_mandir}/man5/anacrontab.*
|
||||||
%{_mandir}/man8/anacron.*
|
%{_mandir}/man8/anacron.*
|
||||||
|
|
||||||
@ -205,6 +205,9 @@ exit 0
|
|||||||
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 3 2015 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-5
|
||||||
|
- correct the permissions of the anacron timestamp files
|
||||||
|
|
||||||
* Fri Jan 2 2015 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-4
|
* Fri Jan 2 2015 Tomáš Mráz <tmraz@redhat.com> - 1.4.12-4
|
||||||
- check for NULL pamh on two more places (#1176215)
|
- check for NULL pamh on two more places (#1176215)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user