[python-parse] There is no official py3k support for RHEL-6.

Matej Cepl mcepl at fedoraproject.org
Tue Aug 27 19:11:46 UTC 2013


commit f291f5409c07f6770ae7227880e1dd5457d414c0
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Aug 27 21:11:34 2013 +0200

    There is no official py3k support for RHEL-6.

 python-parse.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-parse.spec b/python-parse.spec
index 3ca6c49..ebf01d9 100644
--- a/python-parse.spec
+++ b/python-parse.spec
@@ -1,15 +1,15 @@
 %global modname parse
 
-%if 0%{?rhel} >= 6 || 0%{?fedora} >= 12
+%if 0%{?rhel} > 6 || 0%{?fedora} >= 12
 %bcond_without python3
 %else
 %bcond_with python3
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from %distutils.sysconfig import get_python_lib; print (get_python_lib())")}"")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from %distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 
 Name:               python-parse
 Version:            1.6.2
-Release:            3%{?dist}
+Release:            4%{?dist}
 Summary:            Opposite of format()
 
 Group:              Development/Libraries
@@ -102,6 +102,9 @@ popd
 
 
 %changelog
+* Tue Aug 27 2013 Matěj Cepl <mcepl at redhat.com> - 1.6.2-4
+- There is no official py3k support for RHEL-6.
+
 * Wed Jul 24 2013 Matěj Cepl <mcepl at redhat.com> - 1.6.2-3
 - We actually don't need 2to3.
 


More information about the scm-commits mailing list