[python-parse/epel7] We don’t have python3 in RHEL 7.

Matej Cepl mcepl at fedoraproject.org
Tue Jan 14 14:24:24 UTC 2014


commit fc35fb1b6150a6af05867ed0142f18acbeb71150
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Jan 14 15:24:02 2014 +0100

    We don’t have python3 in RHEL 7.

 python-parse.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-parse.spec b/python-parse.spec
index ebf01d9..83781b5 100644
--- a/python-parse.spec
+++ b/python-parse.spec
@@ -1,6 +1,6 @@
 %global modname parse
 
-%if 0%{?rhel} > 6 || 0%{?fedora} >= 12
+%if 0%{?rhel} > 7 || 0%{?fedora} >= 12
 %bcond_without python3
 %else
 %bcond_with python3


More information about the scm-commits mailing list