From e118cfddd7fe77fe3cea7e869f7af6e8b07d9857 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 3 Feb 2015 12:33:18 +0100 Subject: [PATCH] correct the permissions of the anacron timestamp files --- cronie.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cronie.spec b/cronie.spec index 4bc694e..66574bb 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.12 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT and BSD and ISC and GPLv2+ Group: System Environment/Base URL: https://fedorahosted.org/cronie @@ -195,9 +195,9 @@ exit 0 %attr(0755,root,root) %{_sysconfdir}/cron.hourly/0anacron %config(noreplace) %{_sysconfdir}/anacrontab %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.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.daily +%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.weekly +%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/spool/anacron/cron.monthly %{_mandir}/man5/anacrontab.* %{_mandir}/man8/anacron.* @@ -205,6 +205,9 @@ exit 0 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs %changelog +* Tue Feb 3 2015 Tomáš Mráz - 1.4.12-5 +- correct the permissions of the anacron timestamp files + * Fri Jan 2 2015 Tomáš Mráz - 1.4.12-4 - check for NULL pamh on two more places (#1176215)