rpms/vixie-cron/devel vixie-cron.spec,1.70,1.71

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 15 00:27:53 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/vixie-cron/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25695

Modified Files:
	vixie-cron.spec 
Log Message:
fix bug 198893


Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/devel/vixie-cron.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- vixie-cron.spec	12 Jul 2006 08:44:05 -0000	1.70
+++ vixie-cron.spec	15 Jul 2006 00:27:50 -0000	1.71
@@ -10,7 +10,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: vixie-cron
 Version: 4.1
-Release: 55.FC6.1
+Release: 56.FC6
 Epoch:   4
 License: distributable
 Group:   System Environment/Base
@@ -218,13 +218,16 @@
 %{_mandir}/man8/cron.*
 %{_mandir}/man5/crontab.*
 %{_mandir}/man1/crontab.*
-%dir /var/spool/cron
-%dir /etc/cron.d
+%attr(700,root,root) %dir /var/spool/cron
+%attr(700,root,root) %dir /etc/cron.d
 %config /etc/rc.d/init.d/crond
 %config /etc/pam.d/crond
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
+* Fri Jul 14 2006 Jason Vas Dias <jvdias at redhat.com> - 4:4.1-56.FC6
+- fix bug 198893 - change permissions of cron spool directories to 0700
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 4:4.1-55.FC6.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list