[python-cssmin/epel7] Do not use python3 on epel7

Martin Krizek mkrizek at fedoraproject.org
Fri Nov 14 15:43:57 UTC 2014


commit 4510f701a952dc43fa687987af1905191c6f24b5
Author: Martin Krizek <mkrizek at redhat.com>
Date:   Fri Nov 14 16:43:34 2014 +0100

    Do not use python3 on epel7

 python-cssmin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-cssmin.spec b/python-cssmin.spec
index 458e3c4..948a73e 100644
--- a/python-cssmin.spec
+++ b/python-cssmin.spec
@@ -1,12 +1,12 @@
 %global pypi_name cssmin
 
-%if 0%{?rhel} > 6
+%if 0%{?rhel} == 6
 %global with_python3 1
 %endif
 
 Name:       python-cssmin
 Version:    0.2.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    A Python port of the YUI CSS compression algorithm
 
 Group:      Development/Libraries
@@ -93,6 +93,9 @@ cd src && \
 
 
 %changelog
+* Fri Nov 14 2014 Martin Krizek <mkrizek at redhat.com> - 0.2.0-3
+- Do not use python3 on epel7
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list