From d50ade28a099ce3f72a33db163bff2c54e6611a5 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 14:32:53 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/geos.spec b/geos.spec index 72882ff..6d2c722 100644 --- a/geos.spec +++ b/geos.spec @@ -1,6 +1,6 @@ Name: geos Version: 3.6.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GEOS is a C++ port of the Java Topology Suite Group: Applications/Engineering @@ -40,6 +40,7 @@ use GEOS. %package -n python2-geos %{?python_provide:%python_provide python2-geos} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python modules for GEOS @@ -123,6 +124,9 @@ make %{?_smp_mflags} check || exit 0 %{python_sitearch}/%{name}/_%{name}.so %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 3.6.1-6 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.6.1-5 - Python 2 binary package renamed to python2-geos See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3