diff --git python-qpid/python-qpid.spec python-qpid/python-qpid.spec.tmp index 64c271d113..e6818670c6 100644 --- python-qpid/python-qpid.spec +++ python-qpid/python-qpid.spec.tmp @@ -1,6 +1,6 @@ Name: python-qpid Version: 1.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python client library for AMQP License: ASL 2.0 @@ -13,13 +13,21 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: epydoc + +%global _description\ +The Apache Qpid Python client library for AMQP. + +%description %_description + +%package -n python2-qpid +Summary: %summary Obsoletes: python-qpid-common Requires: python-saslwrapper +%{?python_provide:%python_provide python2-qpid} -%description -The Apache Qpid Python client library for AMQP. +%description -n python2-qpid %_description -%files +%files -n python2-qpid %defattr(-,root,root,-) %doc LICENSE.txt %doc NOTICE.txt README.md examples @@ -76,6 +84,10 @@ rm -rf %{buildroot} rm -rf %{buildroot} %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.36.0-3 +- Python 2 binary package renamed to python2-qpid + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild