rpms/bugzilla/devel bugzilla.spec,1.7,1.8

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


Author: jwb

Update of /cvs/extras/rpms/bugzilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23991

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


Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bugzilla.spec	27 Jan 2007 16:30:20 -0000	1.7
+++ bugzilla.spec	31 Jan 2007 22:07:26 -0000	1.8
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 2.22.1
 Group: Applications/Publishing
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -119,9 +119,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
@@ -137,6 +138,9 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Wed Jan 31 2007 John Berninger <jwb at redhat dot com> - 2.22.1-5
+- Fix cron job perms
+
 * Sat Jan 27 2007 John Berninger <jwb at redhat dot com> - 2.22.1-4
 - Fix collectstats cron job, bz 224550
 




More information about the fedora-extras-commits mailing list