[bugzilla/el5] fixes from EL6 branch

Xavier Bachelot xavierb at fedoraproject.org
Sun Oct 23 13:50:53 UTC 2011


commit 07633bdbb9cf1fc4718788c5dafe2262807eb996
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Fri Sep 16 02:05:18 2011 +0200

    fixes from EL6 branch

 README.fedora.bugzilla |    2 +-
 bugzilla-httpd-conf    |    4 +++-
 bugzilla.spec          |    5 ++++-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/README.fedora.bugzilla b/README.fedora.bugzilla
index 2611a75..9814898 100644
--- a/README.fedora.bugzilla
+++ b/README.fedora.bugzilla
@@ -20,6 +20,6 @@ put in place after configuration is done.  The first is a daily cron job for
 statistics collection.  This is in the file "cron.daily" and can be enabled by
 simply copying this file to /etc/cron.daily/bugzilla (or any other file name
 in the /etc/cron.daily/ directory).  The second is the "whine" cron job,
-designed to run every 15 minutes.  To enable this job, simply coopy the
+designed to run every 15 minutes.  To enable this job, simply copy the
 cron.whine file to /etc/cron.d/bugzilla (or any othe filename within the
 /etc/cron.d/ directory).
diff --git a/bugzilla-httpd-conf b/bugzilla-httpd-conf
index bf195de..107c405 100644
--- a/bugzilla-httpd-conf
+++ b/bugzilla-httpd-conf
@@ -4,6 +4,8 @@ Alias /bugzilla /usr/share/bugzilla
 <Directory /usr/share/bugzilla>
   AddHandler cgi-script .cgi
   Options +Indexes +ExecCGI +FollowSymLinks
-  DirectoryIndex index.cgi
+  DirectoryIndex index.cgi index.html
   AllowOverride Limit Options FileInfo
+  AddType application/vnd.mozilla.xul+xml .xul
+  AddType application/rdf+xml .rdf
 </Directory>
diff --git a/bugzilla.spec b/bugzilla.spec
index 55b9a23..0d27db2 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -128,7 +128,7 @@ rm -rf ${RPM_BUILD_ROOT}
 popd > /dev/null)
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,apache,-)
 %dir %{bzinstallprefix}/bugzilla
 %{bzinstallprefix}/bugzilla/*.cgi
 %{bzinstallprefix}/bugzilla/*.pl
@@ -167,6 +167,9 @@ popd > /dev/null)
 * Thu Sep 15 2011 Xavier Bachelot <xavier at bachelot.org> - 3.2.10-2
 - Add patches for CVE-2011-2379, CVE-2011-2380, CVE-2011-2381, CVE-2011-2978
   and CVE-2011-2976.
+- Fix httpd conf (RHBZ#736579, RHBZ #736584).
+- Fix typo in doc (RHBZ#736581).
+- Fix files ownership (RHBZ#736583).
 
 * Tue May 03 2011 Xavier Bachelot <xavier at bachelot.org> - 3.2.10-1
 - Update to 3.2.10 for CVE-2010-4411, CVE-2010-4567, CVE-2010-4568,


More information about the scm-commits mailing list