[ReviewBoard/el6] Remove setup.py strict requirement on pytz. RHEL provides a patched

Stephen Gallagher sgallagh at fedoraproject.org
Wed Oct 16 11:53:59 UTC 2013


commit 5b17df37f3822c7441b46e3ee2a05340b022869c
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Oct 16 07:54:05 2013 -0400

    Remove setup.py strict requirement on pytz. RHEL provides a patched
    
      version that meets the needs.

 ReviewBoard.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index ce2dd49..81a0ce9 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -4,7 +4,7 @@
 
 Name:           ReviewBoard
 Version:        1.7.16
-Release:        2%{?dist}
+Release:        1%{?dist}.1
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -72,6 +72,7 @@ Requires:       python-django-evolution >= 0.6.9
 
 Patch1003: FED03-Change-default-cache-file-path.patch
 Patch1004: FED04-Compress-JavaScript-with-SlimIt.patch
+Patch1005: EL01-Remove-strict-version-requirement-on-pytz.patch
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -83,6 +84,7 @@ of the stress and time out of the code review process.
 %setup -q -n %{name}-%{version}
 %patch1003 -p1
 %patch1004 -p1
+%patch1005 -p1
 
 # Remove packaged egg-info so it's regenerated by setup.py
 rm -rf ReviewBoard*.egg-info
@@ -142,6 +144,10 @@ if [ $1 -eq 2 ] ; then
 fi
 
 %changelog
+* Wed Oct 16 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.16-2.1
+- Remove setup.py strict requirement on pytz. RHEL provides a patched
+  version that meets the needs.
+
 * Sun Oct 13 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 1.7.16-2
 - Update Djblets version
 


More information about the scm-commits mailing list