From 99e3c25d554404e6210861555a48036b60b1344f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Dec 05 2012 20:14:32 +0000 Subject: Attempt to fix up rhel conditionals. --- diff --git a/fedmsg.spec b/fedmsg.spec index b89d454..eb432eb 100644 --- a/fedmsg.spec +++ b/fedmsg.spec @@ -36,7 +36,7 @@ Requires: python-m2ext Requires: python-pygments Requires: python-fabulous -%if 0%{?rhel} <= 6 +%if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-ordereddict BuildRequires: python-argparse BuildRequires: python-logutils @@ -124,7 +124,7 @@ rm fedmsg/tests/test_hub.py rm fedmsg/tests/test_threads.py %check -%if 0%{?rhel} <= 6 +%if 0%{?rhel} && 0%{?rhel} <= 6 # Check section removed until a RHEL6 bug with python-repoze-what-plugins-sql # can be fixed. It causes a fatal error in the test suite. # https://bugzilla.redhat.com/show_bug.cgi?id=813925 @@ -251,6 +251,7 @@ fi %changelog * Wed Dec 05 2012 Ralph Bean - 0.6.3-1 - Use python-logutils for dictConfig on py2.6. +- Attempt to fixup rhel conditionals. * Wed Dec 05 2012 Ralph Bean - 0.6.2-1 - New support for zmq_tcp_keepalive.