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

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


commit 77fd49c13c7c8262703739e9a5ecc2ea7a5c73be
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 ccc0226..3db1a2a 100644
--- a/python-migrate.spec
+++ b/python-migrate.spec
@@ -44,7 +44,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