rpms/bugzilla/FC-6 bugzilla-rw-paths.patch,1.1,1.2

John Berninger (jwb) fedora-extras-commits at redhat.com
Sat May 19 19:59:13 UTC 2007


Author: jwb

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

Modified Files:
	bugzilla-rw-paths.patch 
Log Message:
fix skins location issue

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bugzilla-rw-paths.patch	18 May 2007 18:14:02 -0000	1.1
+++ bugzilla-rw-paths.patch	19 May 2007 19:58:38 -0000	1.2
@@ -1,20 +1,21 @@
 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 @@
++++ bugzilla-3.0/Bugzilla/Constants.pm	2007-05-19 15:56:02.000000000 -0400
+@@ -423,18 +423,18 @@
          '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/contrib",
++        '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 
-@@ -433,8 +433,8 @@
+         # not relative to the bugzilla root directory, you'll need to 
          # change showdependencygraph.cgi to set image_url to the correct 
          # location.
          # The script should really generate these graphs directly...




More information about the fedora-extras-commits mailing list