fix daily collectstats cronjob, bz 224550
This commit is contained in:
parent
5b133fd7cf
commit
93814d394b
1 changed files with 11 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
|
|||
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 @@ done
|
|||
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 @@ popd > /dev/null
|
|||
%{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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue