From f2c9adbf0a5632c10bac26c977dc86bbd6465a78 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 14:44:11 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/vigra.spec b/vigra.spec index fe1e7b8..7fcb0f2 100644 --- a/vigra.spec +++ b/vigra.spec @@ -2,7 +2,7 @@ Summary: Generic Programming for Computer Vision Name: vigra Version: 1.11.0 -Release: 10%{?dist} +Release: 11%{?dist} License: MIT Group: Development/Libraries # The "Lenna" files are non-free, we need to remove them from the source tarball. @@ -50,6 +50,7 @@ programs that use the vigra library. %package -n python2-vigra %{?python_provide:%python_provide python2-vigra} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python interface for the vigra computer vision library @@ -116,6 +117,9 @@ rm -rf %{buildroot} %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.11.0-11 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.11.0-10 - Python 2 binary package renamed to python2-vigra See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3