From 83cdac57e09938accde2b6489c39d34d9ec058f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 21 Jan 2016 11:48:06 +0100 Subject: [PATCH] - fix conditional --- python-lxml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index b5579e7..f237fb0 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -2,7 +2,7 @@ %global with_python3 1 %endif -%if %{?fedora} >= 20 +%if 0%{?fedora} >= 20 %global with_python3_cssselect 1 %endif @@ -10,7 +10,7 @@ Name: python-lxml Version: 3.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -154,6 +154,9 @@ popd %endif %changelog +* Thu Jan 21 2016 Dan HorĂ¡k - 3.4.4-3 +- fix conditional + * Fri Nov 06 2015 Robert Kuska - 3.4.4-2 - Rebuilt for Python3.5 rebuild