From 160214d3842bb4c88c4544bb86b6803bf3d2aea3 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 13:43:34 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- python-sqlalchemy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index b170eb6..2b33f29 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %endif @@ -11,7 +11,7 @@ Name: python-sqlalchemy Version: 0.7.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -131,6 +131,9 @@ popd %endif # with_python3 %changelog +* Fri Aug 3 2012 David Malcolm - 0.7.8-3 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 0.7.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild