From 4fa8e8db0178fbebf81d45528f0ea1446c867356 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:44:11 +0000 Subject: Python 2 binary package renamed to python2-stfl --- diff --git a/stfl.spec b/stfl.spec index 3a1cced..390a824 100644 --- a/stfl.spec +++ b/stfl.spec @@ -1,6 +1,6 @@ Name: stfl Version: 0.22 -Release: 23%{?dist} +Release: 24%{?dist} Summary: The Structured Terminal Forms Language/Library Group: System Environment/Libraries @@ -41,12 +41,16 @@ Requires: %{name} = %{version}-%{release} Perl binding for STFL -%package python +%package -n python2-stfl +%{?python_provide:%python_provide python2-stfl} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python binding for STFL Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description python +%description -n python2-stfl Python binding for STFL. @@ -133,7 +137,7 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod %{perl_vendorarch}/*.pm %{perl_vendorarch}/auto/stfl/* -%files python +%files -n python2-stfl %{python_sitearch}/stfl.py* %{python_sitearch}/_stfl.so @@ -142,6 +146,10 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod %changelog +* 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 + * Thu Aug 03 2017 Fedora Release Engineering - 0.22-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild