From: Jacek Konieczny Date: Tue, 20 Jan 2015 08:13:56 +0000 (+0100) Subject: /etc/cron.d is now in the filesystem package X-Git-Tag: auto/th/cronie-1.4.12-4~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcronie.git;a=commitdiff_plain;h=bbfcd712df23672eca7bfaf64201d229e8a37cdf /etc/cron.d is now in the filesystem package Explicitely list the directories to include here. Release: 3 --- diff --git a/cronie.spec b/cronie.spec index 442f458..2a3ac2e 100644 --- a/cronie.spec +++ b/cronie.spec @@ -17,7 +17,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.12 -Release: 2 +Release: 3 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz @@ -226,7 +226,11 @@ chmod 754 /etc/rc.d/init.d/crond %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README -%attr(750,root,crontab) %dir %{_sysconfdir}/cron* +%attr(750,root,crontab) %dir /etc/cron +%attr(750,root,crontab) %dir /etc/cron.daily +%attr(750,root,crontab) %dir /etc/cron.hourly +%attr(750,root,crontab) %dir /etc/cron.monthly +%attr(750,root,crontab) %dir /etc/cron.weekly %attr(640,root,crontab) %config(noreplace,missingok) /etc/cron.d/crontab %attr(640,root,crontab) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/cron/cron.allow %attr(640,root,crontab) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/cron/cron.deny