* Update to 3.4.8 (#623426, #615331)

* Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
  * Add bugzilla-contrib to Requires (#610198)
  * Remove mod_perl from the requirements (#600924)
This commit is contained in:
Emmanuel Seyman 2010-08-19 00:10:54 +02:00
commit 3dfeb1b163
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
bugzilla-3.4.7.tar.gz
/bugzilla-3.4.8.tar.gz

View file

@ -4,7 +4,7 @@
Summary: Bug tracking system
URL: http://www.bugzilla.org/
Name: bugzilla
Version: 3.4.7
Version: 3.4.8
Group: Applications/Publishing
Release: 1%{?dist}
License: MPLv1.1
@ -15,7 +15,7 @@ Patch0: bugzilla-rw-paths.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), perl(Digest::SHA), which
Requires: webserver, patchutils, perl(SOAP::Lite), perl(Digest::SHA), which
Requires: perl(CGI) >= 3.33
Requires: perl(Date::Format) >= 2.21
Requires: perl(DateTime) >= 0.28
@ -26,6 +26,7 @@ Requires: perl(Email::Send) >= 2.00
Requires: perl(Email::MIME) >= 1.861
Requires: perl(Email::MIME::Encodings) >= 1.313
Requires: perl(Email::MIME::Modifier) >= 1.442
Requires: bugzilla-contrib
%package doc
Summary: Bugzilla documentation
@ -117,7 +118,7 @@ rm -rf ${RPM_BUILD_ROOT}
%post
(pushd %{bzinstallprefix}/bugzilla > /dev/null
./checksetup.pl > /dev/null
[ -f /etc/bugzilla/localconfig ] || ./checksetup.pl > /dev/null
popd > /dev/null)
%files
@ -163,6 +164,12 @@ popd > /dev/null)
%{bzinstallprefix}/bugzilla/contrib
%changelog
* Thu Aug 19 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.8-1
- Update to 3.4.8 (#623426, #615331)
- Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
- Add bugzilla-contrib to Requires (#610198)
- Remove mod_perl from the requirements (#600924)
* Fri Jun 25 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.7-1
- Update to 3.4.7 (CVE-2010-1204)

View file

@ -1 +1 @@
093368cea8c487cce24b23156329a0ab bugzilla-3.4.7.tar.gz
1b045455035e10094f57a2e160abe121 bugzilla-3.4.8.tar.gz