From 3b7dc70d712bf1fb781b5b2e40c136d188a4ac03 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 14:43:20 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/stfl.spec b/stfl.spec index 390a824..e38c01f 100644 --- a/stfl.spec +++ b/stfl.spec @@ -1,6 +1,6 @@ Name: stfl Version: 0.22 -Release: 24%{?dist} +Release: 25%{?dist} Summary: The Structured Terminal Forms Language/Library Group: System Environment/Libraries @@ -44,6 +44,7 @@ Perl binding for STFL %package -n python2-stfl %{?python_provide:%python_provide python2-stfl} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python binding for STFL @@ -146,6 +147,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.22-25 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.22-24 - Python 2 binary package renamed to python2-stfl See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3