fix cron job perms

This commit is contained in:
John Berninger 2007-01-31 22:07:26 +00:00
commit c6a3985efd

View file

@ -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 <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