From 939cf06bfb5cdbce5dded7e1376ca154ffa31810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:42:41 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- satyr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/satyr.spec b/satyr.spec index 01e787e..c001fda 100644 --- a/satyr.spec +++ b/satyr.spec @@ -26,7 +26,7 @@ Name: satyr Version: 0.23 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports Group: System Environment/Libraries License: GPLv2+ @@ -69,6 +69,7 @@ Development libraries and headers for %{name}. %package -n python2-satyr %{?python_provide:%python_provide python2-satyr} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for %{name} @@ -146,6 +147,9 @@ make check || { %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.23-8 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.23-7 - Python 2 binary package renamed to python2-satyr See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3