[python-migrate/el6] Fix FTBFS on EL-7 (when it eventually comes)

Pádraig Brady pbrady at fedoraproject.org
Thu Dec 20 13:35:20 UTC 2012


commit a7f97ef3832c46e7c9ebca7c5748e64008e69e66
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Dec 20 14:11:28 2012 +0100

    Fix FTBFS on EL-7 (when it eventually comes)
    
    Signed-off-by: Matěj Cepl <mcepl at redhat.com>

 python-migrate.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-migrate.spec b/python-migrate.spec
index 81906ac..6b21c28 100644
--- a/python-migrate.spec
+++ b/python-migrate.spec
@@ -48,7 +48,7 @@ BuildRequires: python-sqlite2
 Requires:      python-sqlite2
 %endif
 
-%if 0%{?rhel}
+%if 0%{?rhel} && 0%{?rhel} < 7
 BuildRequires: python-unittest2
 %endif
 


More information about the scm-commits mailing list