[packages/cronie] /etc/cron.d is now in the filesystem package

jajcus jajcus at pld-linux.org
Tue Jan 20 09:14:25 CET 2015


commit bbfcd712df23672eca7bfaf64201d229e8a37cdf
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jan 20 09:13:56 2015 +0100

    /etc/cron.d is now in the filesystem package
    
    Explicitely list the directories to include here.
    
    Release: 3

 cronie.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cronie.git/commitdiff/bbfcd712df23672eca7bfaf64201d229e8a37cdf



More information about the pld-cvs-commit mailing list