[python-tw2-forms] Revert "remove rhel macros"

Ralph Bean ralph at fedoraproject.org
Mon Apr 28 17:32:07 UTC 2014


commit ec85054231ddaa0c8c7b1379879ea6f02cdeb919
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Apr 28 11:43:15 2014 -0400

    Revert "remove rhel macros"
    
    This reverts commit 153f361e18ee8cfe4ce2b19bd2ee25220c61baf6.

 python-tw2-forms.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/python-tw2-forms.spec b/python-tw2-forms.spec
index 19b1c9a..693ed1c 100644
--- a/python-tw2-forms.spec
+++ b/python-tw2-forms.spec
@@ -18,7 +18,11 @@ BuildArch:      noarch
 # For building, generally
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+%if %{?rhel}%{!?rhel:0} >= 6
+BuildRequires:  python-webob1.0 >= 0.9.7
+%else
 BuildRequires:  python-webob >= 0.9.7
+%endif
 BuildRequires:  python-tw2-core >= 2.1.4
 BuildRequires:  python-paste-deploy
 


More information about the scm-commits mailing list