From 0d60ae443f70203c7a11a5098f4769672039d574 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 12:25:10 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- python-lxml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index ce9a60b..cf75a2a 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 5 +%if 0%{?fedora} > 12 %global with_python3 1 %endif @@ -6,7 +6,7 @@ Name: python-lxml Version: 2.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -121,6 +121,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Aug 3 2012 David Malcolm - 2.3.3-3 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 2.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild