From 29929f52a48f4a6f685cad372e5995fa4d096b73 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Jun 14 2013 13:00:24 +0000 Subject: remove rhel conditional for with_python3 --- diff --git a/python-tornado.spec b/python-tornado.spec index 10de0ac..ba79857 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} @@ -8,7 +8,7 @@ Name: python-%{pkgname} Version: 2.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Scalable, non-blocking web server and tools Group: Development/Libraries @@ -146,6 +146,10 @@ rm -rf %{buildroot} %changelog +* Fri Jun 14 2013 Thomas Spura - 2.2.1-5 +- remove rhel conditional for with_python3: + https://fedorahosted.org/fpc/ticket/200 + * Thu Feb 14 2013 Fedora Release Engineering - 2.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild