From f02fbabd72c050c7772d1d922c11c2f0f9f574ae Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 15 Jan 2018 19:35:05 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- pyparted.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyparted.spec b/pyparted.spec index f94e681..cd60f3e 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -4,7 +4,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 Version: 3.11.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/rhinstaller/pyparted @@ -12,8 +12,8 @@ URL: https://github.com/rhinstaller/pyparted Source0: https://github.com/rhinstaller/pyparted/archive/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) -BuildRequires: python-devel -BuildRequires: python-six +BuildRequires: python2-devel +BuildRequires: python2-six %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-six @@ -104,6 +104,10 @@ rm -rf %{buildroot} %endif %changelog +* Mon Jan 15 2018 Iryna Shcherbina - 1:3.11.0-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1:3.11.0-7 - Add Provides for the old name without %%_isa