From d43c7c2f6c9dc215b0a7da43faaa40624ddcc7bc Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:38:26 +0000 Subject: Python 2 binary package renamed to python2-hamlib --- diff --git a/hamlib.spec b/hamlib.spec index 636313b..cea6e5c 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -9,7 +9,7 @@ Name: hamlib Version: 3.1 -Release: 7%{?pre:.%{pre}}%{?dist} +Release: 8%{?pre:.%{pre}}%{?dist} Summary: Run-time library to control radio transceivers and receivers License: GPLv2+ and LGPLv2+ @@ -87,13 +87,14 @@ Provides: hamlib-perl = %{version}-%{release} Hamlib PERL Language bindings to allow radio control from PERL scripts. -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Hamlib radio control library Python binding Requires: hamlib%{?_isa} = %{version}-%{release}, python Obsoletes: hamlib-python < 3.0 Provides: hamlib-python = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} Hamlib Python Language bindings to allow radio control from Python scripts. %package -n tcl-%{name} @@ -217,7 +218,7 @@ fi %files -n perl-hamlib %{perl_vendorarch}/* -%files -n python-hamlib +%files -n python2-%{name} %{python2_sitearch}/*.py* %{python2_sitearch}/_Hamlib.so @@ -227,6 +228,10 @@ fi %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.1-8 +- Python 2 binary package renamed to python2-hamlib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 3.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild