[python-pyro] fix python3 for el6

david hannequin hvad at fedoraproject.org
Mon Sep 24 19:34:47 UTC 2012


commit ada4060d63b1fae2d962f3b27663594271100b1b
Author: hvad <david.hannequin at gmail.com>
Date:   Mon Sep 24 21:34:40 2012 +0200

    fix python3 for el6

 python-pyro.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pyro.spec b/python-pyro.spec
index b28f902..d1baef9 100644
--- a/python-pyro.spec
+++ b/python-pyro.spec
@@ -1,8 +1,8 @@
-%global with_python3 1
+%global with_python3 0%{?fedora} >= 17
 
 Name:           python-pyro 
 Version:        4.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        PYthon Remote Objects
 
 Group:          Development/Languages
@@ -91,6 +91,9 @@ popd
 %endif
 
 %changelog
+* Mon Sep 24 2012 David Hannequin <david.hannequin at gmail.com> 4.14-2
+- adapt to el6
+
 * Wed Aug 22 2012 David Hannequin <david.hannequin at gmail.com> 4.14-1
 - Update from upstream
 - Fix url 


More information about the scm-commits mailing list