From 608376e7de0dcf2033adc37f73ee4b0ab7647655 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Tue, 18 Jun 2013 21:35:45 +1000 Subject: [PATCH] disable Python 3 subpackage on Fedora 17 --- python-itsdangerous.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index 4125907..a3404fc 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -1,6 +1,6 @@ %global upstream_name itsdangerous -%if 0%{?fedora} || 0%{?rhel} > 6 +%if 0%{?fedora} >= 18 || 0%{?rhel} > 6 %bcond_without python3 %else %bcond_with python3 @@ -8,7 +8,7 @@ Name: python-%{upstream_name} Version: 0.21 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library for passing trusted data to untrusted environments License: BSD URL: http://pythonhosted.org/itsdangerous/ @@ -100,6 +100,9 @@ popd %endif %changelog +* Tue Jun 18 2013 Dan Callaghan - 0.21-3 +- disable Python 3 subpackage on Fedora 17 + * Mon Jun 17 2013 Dan Callaghan - 0.21-2 - $RPM_BUILD_ROOT -> %%{buildroot}