[bugzilla/f15] Update to 3.6.7 Add perl(Locale::Language) to the Requires Add index.html to the DirectoryIndex Fix

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 8 15:06:53 UTC 2012


commit 84f7a1bc9bf7566143c2ba50a3efe48557fecb31
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Jan 8 16:06:42 2012 +0100

    Update to 3.6.7
    Add perl(Locale::Language) to the Requires
    Add index.html to the DirectoryIndex
    Fix typo in README.fedora.bugzilla

 .gitignore             |    1 +
 README.fedora.bugzilla |    2 +-
 bugzilla-httpd-conf    |    4 +++-
 bugzilla.spec          |    9 ++++++++-
 sources                |    2 +-
 5 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 814aead..3983655 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ bugzilla-3.6.1.tar.gz
 /bugzilla-3.6.4.tar.gz
 /bugzilla-3.6.5.tar.gz
 /bugzilla-3.6.6.tar.gz
+/bugzilla-3.6.7.tar.gz
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 0373cb4..be0987f 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 145acf1..c2fc7ab 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -4,7 +4,7 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 3.6.6
+Version: 3.6.7
 Group: Applications/Publishing
 Release: 1%{?dist}
 License: MPLv1.1
@@ -29,6 +29,7 @@ Requires: perl(Email::MIME::Encodings) >= 1.313
 Requires: perl(Email::MIME::Modifier) >= 1.442
 Requires: perl(Template) >= 2.22
 Requires: perl(URI)
+Requires: perl(Locale::Language)
 
 %package doc
 Summary: Bugzilla documentation
@@ -189,6 +190,12 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh
 
 %changelog
+* Sun Jan 08 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.7-1
+- Update to 3.6.7
+- Add perl(Locale::Language) to the Requires
+- Add index.html to the DirectoryIndex
+- Fix typo in README.fedora.bugzilla
+
 * Fri Aug 05 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.6-1
 - Update to 3.6.6
 - Move graphs to /var/lib/bugzilla/graphs.
diff --git a/sources b/sources
index 4671bb8..d067d3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6f4f2128a6443b35b277ed19df03647  bugzilla-3.6.6.tar.gz
+057169d272c027a14cb086dd7e8703ae  bugzilla-3.6.7.tar.gz


More information about the scm-commits mailing list