[python-datanommer-models/epel7] Fix rhel conditional for epel7.

Ralph Bean ralph at fedoraproject.org
Wed Jul 9 12:34:20 UTC 2014


commit 7955b3db075de5b0153bdba9f35b2242961311bf
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jul 9 08:34:26 2014 -0400

    Fix rhel conditional for epel7.

 python-datanommer-models.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-datanommer-models.spec b/python-datanommer-models.spec
index 727f14b..a8acd81 100644
--- a/python-datanommer-models.spec
+++ b/python-datanommer-models.spec
@@ -2,7 +2,7 @@
 
 Name:           python-datanommer-models
 Version:        0.6.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        SQLAlchemy models for datanommer
 
 Group:          Development/Libraries
@@ -25,7 +25,7 @@ Requires:       fedmsg
 BuildRequires:  python-alembic
 Requires:       python-alembic
 
-%if %{?rhel}%{!?rhel:0} >= 6
+%if %{?rhel}%{!?rhel:0} <= 6
 BuildRequires:    python-sqlalchemy0.7
 Requires:         python-sqlalchemy0.7
 %else
@@ -81,6 +81,9 @@ rm -rf *.egg-info
 %config(noreplace) %{_sysconfdir}/fedmsg.d/datanommer.py*
 
 %changelog
+* Wed Jul 09 2014 Ralph Bean <rbean at redhat.com> - 0.6.4-2
+- Fix rhel conditional for epel7.
+
 * Tue Jun 10 2014 Ralph Bean <rbean at redhat.com> - 0.6.4-1
 - Latest upstream with a bugfix to the optimized inserts stuff.
 


More information about the scm-commits mailing list