typo in spec file
This commit is contained in:
parent
8e698f25d7
commit
df297c1239
1 changed files with 5 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
|
|||
Name: bugzilla
|
||||
Version: 3.0.2
|
||||
Group: Applications/Publishing
|
||||
Release: 3%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: MPL
|
||||
Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
|
||||
Source1: bugzilla-httpd-conf
|
||||
|
|
@ -81,7 +81,7 @@ cat << EOM > ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/cron.daily
|
|||
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
|
||||
|
|
@ -131,6 +131,9 @@ popd > /dev/null
|
|||
%{bzinstallprefix}/bugzilla/contrib
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue