[python-minimock] There is no python3 on epel

Thomas Spura tomspur at fedoraproject.org
Wed Jan 15 14:47:09 UTC 2014


commit 11584ec2b06295652a94ff5ab0e6be55cbdce2c7
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Jan 15 15:47:21 2014 +0100

    There is no python3 on epel

 python-minimock.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-minimock.spec b/python-minimock.spec
index 3ffa06a..81f6e38 100644
--- a/python-minimock.spec
+++ b/python-minimock.spec
@@ -1,12 +1,12 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
     %global with_python3 1
 %endif
 
 Name:           python-minimock
 Version:        1.2.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The simplest possible mock library
 
 Group:          Development/Tools
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jan 15 2013 Thomas Spura <tomspur at fedoraproject.org> - 1.2.8-3
+- There is no python3 on epel
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list