diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 050da63..43b4059 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.14.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Client library for OGC web services License: BSD URL: https://geopython.github.io/OWSLib @@ -32,6 +32,9 @@ Requires: python-dateutil Requires: python-requests Requires: pytz %{?python_provide:%python_provide python2-owslib} +# Remove before F30 +Provides: %{name} = %{version}-%{release} +Obsoletes: %{name} < %{version}-%{release} %description -n python2-owslib %_description @@ -103,6 +106,9 @@ popd %endif # if with_python3 %changelog +* Tue Aug 29 2017 Zbigniew Jędrzejewski-Szmek - 0.14.0-5 +- Add Provides for the old name + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.14.0-4 - Python 2 binary package renamed to python2-owslib See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3