[python-tinycss] No python3 in el7.

Eric Smith brouhaha at fedoraproject.org
Tue Aug 26 18:59:22 UTC 2014


commit 7a9ae2796eae15e0b7b306c27ff7990abee4de44
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Tue Aug 26 12:59:24 2014 -0600

    No python3 in el7.

 python-tinycss.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-tinycss.spec b/python-tinycss.spec
index 5b52f4b..e254019 100644
--- a/python-tinycss.spec
+++ b/python-tinycss.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
 %global with_python3 1
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
@@ -7,7 +7,7 @@
 Name:           python-tinycss
 Summary:        CSS parser for Python
 Version:        0.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://pythonhosted.org/tinycss/
@@ -80,6 +80,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Aug 26 2014 Eric Smith <brouhaha at fedoraproject.org> 0.3-7
+- No Python 3 in EL7.
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list