rpms/bugzilla/devel bugzilla.spec,1.5,1.6

John Berninger (jwb) fedora-extras-commits at redhat.com
Sat Jan 27 16:29:43 UTC 2007


Author: jwb

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

Modified Files:
	bugzilla.spec 
Log Message:
fix daily collectstats cronjob, bz 224550


Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bugzilla.spec	23 Jan 2007 00:39:54 -0000	1.5
+++ bugzilla.spec	27 Jan 2007 16:29:13 -0000	1.6
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 2.22.1
 Group: Applications/Publishing
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -78,7 +78,12 @@
 mkdir -p ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla
 cp -pr * ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily
-mv ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/collectstats.pl ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily
+cat << EOM > ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily/bugzilla
+#!/bin/bash
+# Daily Bugzilla collectstats cron job run
+cd %{bzinstallprefix}/bugzilla
+./collectstats.pl
+EOM
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.d
 echo "0-59/15 * * * * apache env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.d/bugzilla
 rm -f ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/{README,QUICKSTART,UPGRADING,UPGRADING-pre-2.8}
@@ -132,7 +137,10 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
-* Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22-1-3
+* Sat Jan 27 2007 John Berninger <jwb at redhat dot com> - 2.22.1-4
+- Fix collectstats cron job, bz 224550
+
+* Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22.1-3
 - Fix linebreak issues in specfile
 
 * Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22.1-2




More information about the scm-commits mailing list