[python-pyramid/f17] Don't build python3-pyramid on f17 and earlier.

Ralph Bean ☃ ralph at fedoraproject.org
Tue Apr 16 15:18:00 UTC 2013


commit c23cc1cc92ba5f1ef8835d959e8a22b2eb3a9076
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Apr 16 11:17:46 2013 -0400

    Don't build python3-pyramid on f17 and earlier.

 python-pyramid.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-pyramid.spec b/python-pyramid.spec
index 686849e..4873a51 100644
--- a/python-pyramid.spec
+++ b/python-pyramid.spec
@@ -1,4 +1,5 @@
-%if 0%{?fedora}
+%if 0%{?fedora} > 17
+# Some of our deps don't exist on f17 and earlier.
 %global with_python3 1
 %endif
 
@@ -6,7 +7,7 @@
 
 Name:           python-%{modname}
 Version:        1.4
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        The Pyramid web application framework, a Pylons project
 
 Group:          Development/Libraries
@@ -222,6 +223,9 @@ popd
 %endif
 
 %changelog
+* Tue Apr 16 2013 Ralph Bean <rbean at redhat.com> - 1.4-10
+- Don't build python3-pyramid on f17 and earlier.
+
 * Tue Apr 16 2013 Ralph Bean <rbean at redhat.com> - 1.4-9
 - Make python-webob dependency contingent on f19.
 


More information about the scm-commits mailing list