diff --git a/pyhunspell.spec b/pyhunspell.spec index 7e5aeb4..2310a12 100644 --- a/pyhunspell.spec +++ b/pyhunspell.spec @@ -6,7 +6,7 @@ Name: pyhunspell Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python bindings for hunspell Group: Development/Languages @@ -32,6 +32,7 @@ in python. Summary: %summary %{?python_provide:%python_provide python2-pyhunspell} # Remove before F30 +Provides: pyhunspell = %{version}-%{release} Provides: pyhunspell%{?_isa} = %{version}-%{release} Obsoletes: pyhunspell < %{version}-%{release} @@ -89,6 +90,9 @@ popd %endif # with_python3 %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.4.1-10 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.4.1-9 - Python 2 binary package renamed to python2-pyhunspell See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3