[ReviewBoard] Always pull in mod_wsgi

Stephen Gallagher sgallagh at fedoraproject.org
Fri Apr 20 01:32:49 UTC 2012


commit aab196cf0c88f2b86ac4f571188d64eb28f558f8
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Apr 19 21:32:14 2012 -0400

    Always pull in mod_wsgi
    
    - Pull in the tools for working with repositories

 ReviewBoard.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 19ec10e..eb26278 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.6.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -18,6 +18,8 @@ Conflicts:      Django >= 1.4
 Requires:       python-djblets >= 0.6.16
 Requires:       python-imaging
 Requires:       httpd
+Requires:       mod_wsgi
+Requires:       patch
 Requires:       patchutils
 Requires:       pysvn
 Requires:       python-flup
@@ -35,6 +37,11 @@ Requires:       python-sqlite
 Requires:       MySQL-python
 Requires:       python-psycopg2
 
+# Pull in the tools for working with common repositories
+Requires:       git
+Requires:       subversion
+Requires:       mercurial
+
 Patch1001: FED01-Disable-ez_setup-when-installing-by-RPM.patch
 Patch1002: FED02-Notify-WSGI-users-that-config-changes-are-needed.patch
 Patch1003: FED03-Change-default-cache-file-path.patch
@@ -93,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Fri Mar 30 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.5-2
+- Always pull in mod_wsgi
+- Pull in the tools for working with repositories
+
 * Fri Mar 30 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.5-1
 - New upstream release 1.6.5
 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.5/


More information about the scm-commits mailing list