rpms/bugzilla/FC-5 bugzilla.spec,1.5,1.6

John Berninger (jwb) fedora-extras-commits at redhat.com
Wed Jan 31 22:02:06 UTC 2007


Author: jwb

Update of /cvs/extras/rpms/bugzilla/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23769

Modified Files:
	bugzilla.spec 
Log Message:
fix cron job perms


Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/FC-5/bugzilla.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bugzilla.spec	27 Jan 2007 16:27:33 -0000	1.5
+++ bugzilla.spec	31 Jan 2007 22:01:36 -0000	1.6
@@ -121,9 +121,10 @@
 %{bzinstallprefix}/bugzilla/template
 %ghost %{bzinstallprefix}/bugzilla/bugzilla-req
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/bugzilla.conf
-%defattr(0755,root,root,-)
+%defattr(0600,root,root,-)
 %{_sysconfdir}/cron.daily/*
 %{_sysconfdir}/cron.d/*
+%defattr(-,root,root,-)
 %doc README
 %doc QUICKSTART
 %doc UPGRADING
@@ -139,6 +140,9 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Wed Jan 31 2007 John Berninger <jwb at redhat dot com> - 2.22-10
+- Fix cron script permissions
+
 * Sat Jan 27 2007 John Berninger <jwb at redhat dot com> - 2.22-9
 - Fix collectstats daily cron job, bx 224550
 




More information about the scm-commits mailing list