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 - 1.6.2-4 +- There is no official py3k support for RHEL-6. + * Wed Jul 24 2013 Matěj Cepl - 1.6.2-3 - We actually don't need 2to3.