diff --git gofer/gofer.spec gofer/gofer.spec.tmp index 74d1e26901..c2c4bae3d5 100644 --- gofer/gofer.spec +++ gofer/gofer.spec.tmp @@ -7,7 +7,7 @@ Name: gofer Version: 2.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A lightweight, extensible python agent Group: Development/Languages License: LGPLv2 @@ -129,7 +129,8 @@ fi # --- python lib ------------------------------------------------------------- -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Gofer python lib modules Group: Development/Languages BuildRequires: python @@ -141,10 +142,10 @@ Requires: python-hashlib Requires: python-uuid %endif -%description -n python-%{name} +%description -n python2-%{name} Provides gofer python lib modules. -%files -n python-%{name} +%files -n python2-%{name} %defattr(-,root,root,-) %{python_sitelib}/%{name}/*.py* %{python_sitelib}/%{name}/rmi/ @@ -233,6 +234,10 @@ Provides the gofer amqp messaging adapter package. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.11.0-3 +- Python 2 binary package renamed to python2-gofer + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Jul 26 2017 Fedora Release Engineering - 2.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild