diff --git a/bugzilla.spec b/bugzilla.spec index a1c8a1b..a9c2f89 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/ 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 @@ popd > /dev/null %{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 @@ popd > /dev/null %{bzinstallprefix}/bugzilla/contrib %changelog +* Wed Jan 31 2007 John Berninger - 2.22.1-5 +- Fix cron job perms + * Sat Jan 27 2007 John Berninger - 2.22.1-4 - Fix collectstats cron job, bz 224550