update to 3.0.1 - bz 256021
This commit is contained in:
parent
d9b823139c
commit
3a5a0f6745
2 changed files with 11 additions and 9 deletions
|
|
@ -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: 2%{?dist}
|
||||
Release: 0%{?dist}
|
||||
License: MPL
|
||||
Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
|
||||
Source1: bugzilla-httpd-conf
|
||||
|
|
@ -137,6 +137,9 @@ popd > /dev/null
|
|||
%{bzinstallprefix}/bugzilla/contrib
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue