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

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 8 14:25:33 UTC 2012


commit ece3d49be6196d370899ad3803c72d2eae8d9b58
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Jan 8 15:25:22 2012 +0100

    Update to 4.0.3
    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 1f04fc9..de623e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ bugzilla-3.6.1.tar.gz
 /bugzilla-4.0.tar.gz
 /bugzilla-4.0.1.tar.gz
 /bugzilla-4.0.2.tar.gz
+/bugzilla-4.0.3.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 3739bcc..84ec22f 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -4,7 +4,7 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 4.0.2
+Version: 4.0.3
 Group: Applications/Publishing
 Release: 1%{?dist}
 License: MPLv1.1
@@ -28,6 +28,7 @@ Requires: perl(Email::Send) >= 2.00
 Requires: perl(Email::MIME) >= 1.904
 Requires: perl(URI)
 Requires: perl(List::MoreUtils) >= 0.22
+Requires: perl(Locale::Language)
 
 %package doc
 Summary: Bugzilla documentation
@@ -231,6 +232,12 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh
 
 %changelog
+* Sun Jan 08 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 4.0.3-1
+- Update to 4.0.3
+- 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> - 4.0.2-1
 - Update to 4.0.2
 - Add RPM-4.9-style filtering
diff --git a/sources b/sources
index 6a4140d..8ada0fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1244a7a477682ecc9caadf840d960d2e  bugzilla-4.0.2.tar.gz
+b7c33202cdb9a794e9f52a39fcb7dec4  bugzilla-4.0.3.tar.gz


More information about the scm-commits mailing list