* Update to 3.6.2 (#623426)

* Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
 * Add bugzilla-contrib to Requires (#610198)
This commit is contained in:
Emmanuel Seyman 2010-08-18 23:44:59 +02:00
commit 04c7f203be
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
bugzilla-3.6.1.tar.gz
/bugzilla-3.6.2.tar.gz

View file

@ -4,9 +4,9 @@
Summary: Bug tracking system
URL: http://www.bugzilla.org/
Name: bugzilla
Version: 3.6.1
Version: 3.6.2
Group: Applications/Publishing
Release: 2%{?dist}
Release: 1%{?dist}
License: MPLv1.1
Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
Source1: bugzilla-httpd-conf
@ -29,6 +29,7 @@ Requires: perl(Email::MIME) >= 1.861
Requires: perl(Email::MIME::Encodings) >= 1.313
Requires: perl(Email::MIME::Modifier) >= 1.442
Requires: perl(URI)
Requires: bugzilla-contrib
%package doc
Summary: Bugzilla documentation
@ -139,7 +140,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
@ -185,6 +186,11 @@ popd > /dev/null)
%{bzinstallprefix}/bugzilla/contrib
%changelog
* Wed Aug 18 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.2-1
- Update to 3.6.2 (#623426)
- Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
- Add bugzilla-contrib to Requires (#610198)
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 3.6.1-2
- recompiling .py files against Python 2.7 (rhbz#623281)

View file

@ -1 +1 @@
74045f64fa7698f61ef24ef44b2e2074 bugzilla-3.6.1.tar.gz
c8bd9b81969cce1a0199a739b48bda06 bugzilla-3.6.2.tar.gz