update to 3.0.1 - bz 256021
This commit is contained in:
parent
3e87db6f8c
commit
1b4eaab81e
4 changed files with 12 additions and 13 deletions
|
|
@ -1 +1 @@
|
|||
bugzilla-3.0.tar.gz
|
||||
bugzilla-3.0.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,21 +1,20 @@
|
|||
diff -ru bugzilla-orig/Bugzilla/Constants.pm bugzilla-3.0/Bugzilla/Constants.pm
|
||||
--- bugzilla-orig/Bugzilla/Constants.pm 2007-05-09 18:47:17.000000000 -0400
|
||||
+++ bugzilla-3.0/Bugzilla/Constants.pm 2007-05-19 15:56:02.000000000 -0400
|
||||
@@ -423,18 +423,18 @@
|
||||
diff -ru bugzilla-orig/Bugzilla/Constants.pm bugzilla-3.0.1/Bugzilla/Constants.pm
|
||||
--- bugzilla-orig/Bugzilla/Constants.pm 2007-08-23 14:42:23.000000000 -0400
|
||||
+++ bugzilla-3.0.1/Bugzilla/Constants.pm 2007-08-27 08:50:50.000000000 -0400
|
||||
@@ -423,9 +423,9 @@
|
||||
'cgi_path' => $libpath,
|
||||
'templatedir' => "$libpath/template",
|
||||
'project' => $project,
|
||||
- 'localconfig' => "$libpath/$localconfig",
|
||||
- 'datadir' => "$libpath/$datadir",
|
||||
- 'attachdir' => "$libpath/$datadir/attachments",
|
||||
- 'skinsdir' => "$libpath/skins/contrib",
|
||||
+ 'localconfig' => "/etc/bugzilla/$localconfig",
|
||||
+ 'datadir' => "/var/lib/bugzilla/$datadir",
|
||||
+ 'attachdir' => "/var/lib/bugzilla/$datadir/attachments",
|
||||
+ 'skinsdir' => "$libpath/skins",
|
||||
'skinsdir' => "$libpath/skins",
|
||||
# $webdotdir must be in the webtree somewhere. Even if you use a
|
||||
# local dot, we output images to there. Also, if $webdotdir is
|
||||
# not relative to the bugzilla root directory, you'll need to
|
||||
@@ -433,8 +433,8 @@
|
||||
# change showdependencygraph.cgi to set image_url to the correct
|
||||
# location.
|
||||
# The script should really generate these graphs directly...
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
Summary: Bug tracking system
|
||||
URL: http://www.bugzilla.org/
|
||||
Name: bugzilla
|
||||
Version: 3.0
|
||||
Version: 3.0.1
|
||||
Group: Applications/Publishing
|
||||
Release: 3%{?dist}
|
||||
Release: 0%{?dist}
|
||||
License: MPL
|
||||
Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
|
||||
Source1: bugzilla-httpd-conf
|
||||
|
|
@ -137,8 +137,8 @@ popd > /dev/null
|
|||
%{bzinstallprefix}/bugzilla/contrib
|
||||
|
||||
%changelog
|
||||
* Thu May 31 2007 John Berninger <jwb at redhat dot com> - 3.0-3
|
||||
- Update tag for F-7 branch
|
||||
* Mon Aug 27 2007 John Berninger <john at ncphotography dot com> - 3.0.1-0
|
||||
- update to 3.0.1 - bz 256021
|
||||
|
||||
* Fri May 18 2007 John Berninger <jwb at redhat dot com> - 3.0-2
|
||||
- update Requires for bz's 241037, 241206
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9a56a47cdbfcb70a85ad73d923ac7e9d bugzilla-3.0.tar.gz
|
||||
9793a01c1b53ec09fe42de8d62381176 bugzilla-3.0.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue