Add Provides for the old name without %_isa

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-20 10:38:13 -04:00
parent 7a123ca77b
commit ffcce1a1f7

View File

@ -9,7 +9,7 @@
Name: mapserver
Version: 7.0.5
Release: 6.git%{shortcommit}%{?dist}
Release: 7.git%{shortcommit}%{?dist}
Summary: Environment for building spatially-enabled internet applications
Group: Development/Tools
@ -99,6 +99,7 @@ within the Perl programming language.
%package -n python2-mapserver
%{?python_provide:%python_provide python2-mapserver}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python/Mapscript map making extensions to Python
@ -312,6 +313,9 @@ EOF
%changelog
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.0.5-7.git208bb3a
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.0.5-6.git208bb3a
- Python 2 binary package renamed to python2-mapserver
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3