- fix conditional
This commit is contained in:
parent
d9485623b7
commit
83cdac57e0
@ -2,7 +2,7 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{?fedora} >= 20
|
%if 0%{?fedora} >= 20
|
||||||
%global with_python3_cssselect 1
|
%global with_python3_cssselect 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.4.4
|
Version: 3.4.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -154,6 +154,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2016 Dan Horák <dan[at]danny.cz> - 3.4.4-3
|
||||||
|
- fix conditional
|
||||||
|
|
||||||
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 3.4.4-2
|
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 3.4.4-2
|
||||||
- Rebuilt for Python3.5 rebuild
|
- Rebuilt for Python3.5 rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user