rpms/bugzilla/FC-6 bugzilla.spec,1.6,1.7

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


Author: jwb

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

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


Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/FC-6/bugzilla.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bugzilla.spec	27 Jan 2007 16:28:33 -0000	1.6
+++ bugzilla.spec	31 Jan 2007 22:05:01 -0000	1.7
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 2.22
 Group: Applications/Publishing
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -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-11
+- Fix cron job perms
+
 * Sat Jan 27 2007 John Berninger <jwb at redhat dot com> - 2.22-10
 - Fix collectstats cron job, bx 224550
 




More information about the scm-commits mailing list