rpms/bugzilla/FC-6 bugzilla-rw-paths.patch, 1.2, 1.3 bugzilla.spec, 1.12, 1.13

John Berninger (jwb) fedora-extras-commits at redhat.com
Mon Aug 27 12:54:04 UTC 2007


Author: jwb

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

Modified Files:
	bugzilla-rw-paths.patch bugzilla.spec 
Log Message:
spec changelog, tweak patch

bugzilla-rw-paths.patch:

Index: bugzilla-rw-paths.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/FC-6/bugzilla-rw-paths.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bugzilla-rw-paths.patch	19 May 2007 19:58:38 -0000	1.2
+++ bugzilla-rw-paths.patch	27 Aug 2007 12:54:01 -0000	1.3
@@ -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...


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/FC-6/bugzilla.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bugzilla.spec	27 Aug 2007 12:44:43 -0000	1.12
+++ bugzilla.spec	27 Aug 2007 12:54:01 -0000	1.13
@@ -137,6 +137,9 @@
 %{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
 




More information about the fedora-extras-commits mailing list