[bugzilla/f13/master] * Update to 3.4.8 (#623426, #615331) * Only run checksetup if /etc/bugzilla/localconfig does not

Emmanuel Seyman eseyman at fedoraproject.org
Wed Aug 18 21:56:21 UTC 2010


commit f36469548fead4926521e5415cdc33d9881ffa62
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Wed Aug 18 23:55:58 2010 +0200

      * Update to 3.4.8 (#623426, #615331)
      * Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
      * Add bugzilla-contrib to Requires (#610198)

 .gitignore    |    1 +
 bugzilla.spec |   12 +++++++++---
 sources       |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d44a18a..4ae8851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bugzilla-3.4.7.tar.gz
+/bugzilla-3.4.8.tar.gz
diff --git a/bugzilla.spec b/bugzilla.spec
index 4ed22bb..240c368 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -4,9 +4,9 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 3.4.7
+Version: 3.4.8
 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
@@ -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,11 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Wed Aug 18 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.2-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)
+
 * Wed Jun 30 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.7-2
 - Remove mod_perl from the requirements (#600924)
 
diff --git a/sources b/sources
index b423207..4442e1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-093368cea8c487cce24b23156329a0ab  bugzilla-3.4.7.tar.gz
+1b045455035e10094f57a2e160abe121  bugzilla-3.4.8.tar.gz


More information about the scm-commits mailing list