diff --git a/pyparted.spec b/pyparted.spec index b48c506..f94e681 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: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/rhinstaller/pyparted @@ -32,6 +32,7 @@ partition tables. Summary: %summary %{?python_provide:%python_provide python2-pyparted} # Remove before F30 +Provides: pyparted = %{version}-%{release} Provides: pyparted%{?_isa} = %{version}-%{release} Obsoletes: pyparted < %{version}-%{release} @@ -103,6 +104,9 @@ rm -rf %{buildroot} %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1:3.11.0-7 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1:3.11.0-6 - Python 2 binary package renamed to python2-pyparted See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3