From 406677a7f73517b793e0f8ddef527f8e6bb2f49d Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 13:35:45 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- python-decorator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-decorator.spec b/python-decorator.spec index fd48a78..f925b47 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} || 0%{?rhel} > 6 +%if 0%{?fedora} %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -6,7 +6,7 @@ Name: python-decorator Version: 3.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -106,6 +106,9 @@ popd %changelog +* Fri Aug 3 2012 David Malcolm - 3.3.3-3 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 3.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild