From 82926cfdf01a6a6d9a88ee95705be78ec0cae30d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Fri, 23 Mar 2018 23:29:56 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libvirt.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 5f616f6..0d2d2a1 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -247,7 +247,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 4.1.0 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -306,7 +306,7 @@ BuildRequires: perl-interpreter %else BuildRequires: perl %endif -BuildRequires: python +BuildRequires: python2 %if %{with_systemd} BuildRequires: systemd-units %endif @@ -2193,6 +2193,10 @@ exit 0 %changelog +* Fri Mar 23 2018 Iryna Shcherbina - 4.1.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Mar 21 2018 Daniel P. Berrangé - 4.1.0-2 - Fix systemd macro argument with line continuations (rhbz#1558648)