diff --git python-bugzilla2fedmsg/python-bugzilla2fedmsg.spec python-bugzilla2fedmsg/python-bugzilla2fedmsg.spec.tmp index 061210faef..b6157a6757 100644 --- python-bugzilla2fedmsg/python-bugzilla2fedmsg.spec +++ python-bugzilla2fedmsg/python-bugzilla2fedmsg.spec.tmp @@ -8,7 +8,7 @@ Name: python-bugzilla2fedmsg Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Consume BZ messages over STOMP and republish to fedmsg Group: Development/Libraries @@ -27,15 +27,22 @@ BuildRequires: python-moksha-hub BuildRequires: python-dateutil BuildRequires: fedmsg +%global _description\ +A moksha consumer that listens to bugzilla over STOMP and reproduces messages\ +on a fedmsg bus. + +%description %_description + +%package -n python2-bugzilla2fedmsg +Summary: %summary Requires: python-bugzilla Requires: python-stomper Requires: python-moksha-hub Requires: python-dateutil Requires: fedmsg +%{?python_provide:%python_provide python2-bugzilla2fedmsg} -%description -A moksha consumer that listens to bugzilla over STOMP and reproduces messages -on a fedmsg bus. +%description -n python2-bugzilla2fedmsg %_description %prep %setup -q -n %{modname}-%{version} @@ -54,12 +61,16 @@ rm -rf %{modname}.egg-info #%%check #%%{__python2} setup.py test -%files +%files -n python2-bugzilla2fedmsg %doc README.rst LICENSE CHANGELOG.rst development.ini.example %{python2_sitelib}/%{modname}.py* %{python2_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.0-5 +- Python 2 binary package renamed to python2-bugzilla2fedmsg + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild