[github2fedmsg] Fix rhel conditionals.

Ralph Bean ralph at fedoraproject.org
Thu Nov 13 21:16:15 UTC 2014


commit ea00583021d27bae5d3016fc1c0baf4a3299c02f
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Nov 13 16:16:07 2014 -0500

    Fix rhel conditionals.

 github2fedmsg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/github2fedmsg.spec b/github2fedmsg.spec
index b21f6cd..946f4a1 100644
--- a/github2fedmsg.spec
+++ b/github2fedmsg.spec
@@ -6,7 +6,7 @@
 
 Name:               github2fedmsg
 Version:            0.3.1
-Release:            2%{?dist}
+Release:            3%{?dist}
 Summary:            Pubsubhubbub app that rebroadcasts GH events over fedmsg
 
 Group:              System Environment/Daemons
@@ -40,7 +40,7 @@ Requires:           python-velruse
 Requires:           python-tw2-core
 Requires:           fedmsg
 
-%if %{?rhel}%{!?rhel:0} >= 6
+%if %{?rhel}%{!?rhel:0} <= 6
 BuildRequires:    python-sqlalchemy0.7
 Requires:         python-sqlalchemy0.7
 %else
@@ -98,6 +98,9 @@ ln -s \
 %{_bindir}/initialize_github2fedmsg_db
 
 %changelog
+* Thu Nov 13 2014 Ralph Bean <rbean at redhat.com> - 0.3.1-3
+- Fix rhel conditionals.
+
 * Tue Jul 01 2014 Ralph Bean <rbean at redhat.com> - 0.3.1-2
 - Note bundling in BuildRequires.
 


More information about the scm-commits mailing list