From 69de1731a71d66d687bb80e43ae47162c7308620 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 9 Jan 2018 19:03:28 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libxml2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index f0c1a2a..e29bb40 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -3,12 +3,12 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.9.5 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: python-devel +BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel %endif # with_python3 @@ -222,6 +222,10 @@ rm -fr %{buildroot} %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 2.9.5-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Sep 22 2017 Petr Pisar - 2.9.5-2 - Fix reporting error about undefined XPath variables (bug #1493613)