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
This commit is contained in:
parent
c6fe6692ef
commit
439e2d32da
5 changed files with 22 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 <emmanuel.seyman@club-internet.fr> - 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 <emmanuel.seyman@club-internet.fr> - 4.0.2-1
|
||||
- Update to 4.0.2
|
||||
- Add RPM-4.9-style filtering
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1244a7a477682ecc9caadf840d960d2e bugzilla-4.0.2.tar.gz
|
||||
b7c33202cdb9a794e9f52a39fcb7dec4 bugzilla-4.0.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue