rpms/bugzilla/devel bugzilla.spec,1.16,1.17

John Berninger (jwb) fedora-extras-commits at redhat.com
Fri Dec 28 18:23:33 UTC 2007


Author: jwb

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

Modified Files:
	bugzilla.spec 
Log Message:
spec update


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- bugzilla.spec	28 Dec 2007 17:44:21 -0000	1.16
+++ bugzilla.spec	28 Dec 2007 18:22:50 -0000	1.17
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 3.0.2
 Group: Applications/Publishing
-Release: 3%{?dist}
+Release: 6%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -81,7 +81,7 @@
 cd %{bzinstallprefix}/bugzilla
 ./collectstats.pl
 EOM
-echo "0-59/15 * * * * apache cd %{bzinstallprefix}/bugzilla && env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > ${RPM_BUILD_ROOT}/%{bzintallprefix}/bugzilla/cron.whine
+echo "0-59/15 * * * * apache cd %{bzinstallprefix}/bugzilla && env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/cron.whine
 rm -f ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/{README,QUICKSTART,UPGRADING,UPGRADING-pre-2.8}
 mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/doc/%{name}-%{version}
 cp %{SOURCE2} ./README.fedora
@@ -113,6 +113,8 @@
 %{bzinstallprefix}/bugzilla/skins
 %{bzinstallprefix}/bugzilla/t
 %{bzinstallprefix}/bugzilla/template
+%{bzinstallprefix}/bugzilla/cron.daily
+%{bzinstallprefix}/bugzilla/cron.whine
 %ghost %{bzinstallprefix}/bugzilla/bugzilla-req
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/bugzilla.conf
 %defattr(-,root,root,-)
@@ -131,6 +133,12 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Fri Dec 28 2007 John Berninger <john at ncphotography dot com> - 3.0.2-6
+- Add cron.daily, cron.whine to payload list
+
+* Fri Dec 28 2007 John Berninger <john at ncphotography dot com> - 3.0.2-5
+- Typo in spec file, rebuild
+
 * Fri Dec 28 2007 John Berninger <john at ncphotography dot com> - 3.0.2-3
 - bz 426465 - don't enable cron jobs so cron doesn't complain about
   an unconfigured installation




More information about the fedora-extras-commits mailing list