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 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 diff --git a/bugzilla.spec b/bugzilla.spec index 3739bcc..d91804c 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 @@ -197,7 +198,12 @@ popd > /dev/null) %files doc %defattr(-,root,root,-) -%{bzinstallprefix}/bugzilla/docs/en +%{bzinstallprefix}/bugzilla/docs/en/html +%{bzinstallprefix}/bugzilla/docs/en/images +%{bzinstallprefix}/bugzilla/docs/en/pdf +%{bzinstallprefix}/bugzilla/docs/en/README.docs +%{bzinstallprefix}/bugzilla/docs/en/rel_notes.txt +%{bzinstallprefix}/bugzilla/docs/en/txt %{bzinstallprefix}/bugzilla/docs/bugzilla.ent %{bzinstallprefix}/bugzilla/docs/style.css @@ -205,6 +211,7 @@ popd > /dev/null) %defattr(-,root,root,-) %{bzinstallprefix}/bugzilla/docs/makedocs.pl %{bzinstallprefix}/bugzilla/docs/lib +%{bzinstallprefix}/bugzilla/docs/en/xml %files contrib %defattr(-,root,root,-) @@ -231,6 +238,13 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh %changelog +* Fri Dec 30 2011 Emmanuel Seyman - 4.0.3-1 +- Update to 4.0.3 +- Add perl(Locale::Language) to the Requires +- Put the xml docs source in the doc-build subpackage +- Add index.html to the DirectoryIndex +- Fix typo in README.fedora.bugzilla + * Fri Aug 05 2011 Emmanuel Seyman - 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