rpms/bugzilla/FC-6 bugzilla-rw-paths.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 README.fedora.bugzilla, 1.1, 1.2 bugzilla.spec, 1.9, 1.10 sources, 1.3, 1.4 bugzilla-config-path.patch, 1.1, NONE bugzilla-data-dir.patch, 1.1, NONE

John Berninger (jwb) fedora-extras-commits at redhat.com
Fri May 18 18:14:07 UTC 2007


Author: jwb

Update of /cvs/pkgs/rpms/bugzilla/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16020

Modified Files:
	.cvsignore README.fedora.bugzilla bugzilla.spec sources 
Added Files:
	bugzilla-rw-paths.patch 
Removed Files:
	bugzilla-config-path.patch bugzilla-data-dir.patch 
Log Message:
update to upstream version 3.0

bugzilla-rw-paths.patch:

--- NEW FILE bugzilla-rw-paths.patch ---
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-18 13:49:31.000000000 -0400
@@ -423,9 +423,9 @@
         'cgi_path'    => $libpath,
         'templatedir' => "$libpath/template",
         'project'     => $project,
-        'localconfig' => "$libpath/$localconfig",
-        'datadir'     => "$libpath/$datadir",
-        'attachdir'   => "$libpath/$datadir/attachments",
+        'localconfig' => "/etc/bugzilla/$localconfig",
+        'datadir'     => "/var/lib/bugzilla/$datadir",
+        'attachdir'   => "/var/lib/bugzilla/$datadir/attachments",
         'skinsdir'    => "$libpath/skins/contrib",
         # $webdotdir must be in the webtree somewhere. Even if you use a 
         # local dot, we output images to there. Also, if $webdotdir is 
@@ -433,8 +433,8 @@
         # change showdependencygraph.cgi to set image_url to the correct 
         # location.
         # The script should really generate these graphs directly...
-        'webdotdir'   => "$libpath/$datadir/webdot",
-        'extensionsdir' => "$libpath/extensions",
+        'webdotdir'   => "/var/lib/bugzilla/$datadir/webdot",
+        'extensionsdir' => "/var/lib/bugzilla/extensions",
     };
 }
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Feb 2007 15:50:43 -0000	1.3
+++ .cvsignore	18 May 2007 18:14:02 -0000	1.4
@@ -1 +1 @@
-bugzilla-2.22.2.tar.gz
+bugzilla-3.0.tar.gz


Index: README.fedora.bugzilla
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/FC-6/README.fedora.bugzilla,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.fedora.bugzilla	26 Jun 2006 17:53:13 -0000	1.1
+++ README.fedora.bugzilla	18 May 2007 18:14:02 -0000	1.2
@@ -14,3 +14,12 @@
 
 Lastly, simply re-run checksetup.pl to populate the database tables, set up
 the templates, and add the administrator ID.  You should be done at this point.
+
+
+UPGRADES
+--------
+If you are upgrading from bugzilla-2.22.2-1, you will want to view the
+sanity check page of your Bugzilla installation immediately after upgrading
+and fix any errors found.  For additional information on migrating to this
+package from an unmanaged Bugzilla installation other than 2.22.2, please 
+see http://www.bugzilla.org/releases/3.0/release-notes.html#v30_upgrading.


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/FC-6/bugzilla.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bugzilla.spec	20 Feb 2007 15:50:43 -0000	1.9
+++ bugzilla.spec	18 May 2007 18:14:02 -0000	1.10
@@ -4,18 +4,17 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 2.22.2
+Version: 3.0
 Group: Applications/Publishing
 Release: 1%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
 Source2: README.fedora.bugzilla
-Patch0: bugzilla-data-dir.patch
-Patch1: bugzilla-config-path.patch
+Patch0: bugzilla-rw-paths.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: smtpdaemon, webserver, graphviz, patchutils
+Requires: smtpdaemon, webserver, graphviz, patchutils, mod_perl, perl-SOAP-Lite
 
 %package doc
 Summary: Bugzilla documentation
@@ -39,7 +38,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 # Filter unwanted Requires:
 cat << \EOF > %{name}-req
@@ -139,6 +137,11 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Fri May 18 2007 John Berninger <jwb at redhat dot com> - 3.0-1
+- update to upstream version 3.0
+- add new dependencies on mod_perl, perl-SOAP-Lite
+- refactor patch(es) to change paths for read-only /usr
+
 * Tue Feb 20 2007 John Berninger <jwb at redhat dot com> - 2.22.2-1
 - update to 2.22.2 - bz 229163
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Feb 2007 15:50:43 -0000	1.3
+++ sources	18 May 2007 18:14:02 -0000	1.4
@@ -1 +1 @@
-fb7fdcaacf5efad6f3bd5a1a810c467f  bugzilla-2.22.2.tar.gz
+9a56a47cdbfcb70a85ad73d923ac7e9d  bugzilla-3.0.tar.gz


--- bugzilla-config-path.patch DELETED ---


--- bugzilla-data-dir.patch DELETED ---




More information about the fedora-extras-commits mailing list