diff --git python-robosignatory/python-robosignatory.spec python-robosignatory/python-robosignatory.spec.tmp index f8c094b47a..17f2d38b0d 100644 --- python-robosignatory/python-robosignatory.spec +++ python-robosignatory/python-robosignatory.spec.tmp @@ -8,7 +8,7 @@ Name: python-robosignatory Version: 0.3.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fedmsg consumer that automatically signs artifacts License: GPLv2+ @@ -22,23 +22,30 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: fedmsg -Requires: fedmsg BuildRequires: koji -Requires: koji # https://bodhi.fedoraproject.org/updates/python-robosignatory-0.2.0-1.el7#comment-552652 #Requires: sigul -Requires: rpmdevtools + +%global _description\ +A fedmsg consumer that automatically signs artifacts.\ +\ +RoboSignatory is composed of multiple consumers:\ +- TagConsumer is a consumer that listens for tags into a specific koji tag,\ + then signs the build and moves it to a different koji tag.\ -%description -A fedmsg consumer that automatically signs artifacts. +%description %_description -RoboSignatory is composed of multiple consumers: -- TagConsumer is a consumer that listens for tags into a specific koji tag, - then signs the build and moves it to a different koji tag. +%package -n python2-robosignatory +Summary: %summary +Requires: fedmsg +Requires: koji +Requires: rpmdevtools +%{?python_provide:%python_provide python2-robosignatory} +%description -n python2-robosignatory %_description %prep %setup -q -n %{modname}-%{version} @@ -52,7 +59,7 @@ rm -rf %{modname}.egg-info %install %{__python2} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-robosignatory %doc README.rst LICENSE %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{modname}-%{version}* @@ -63,6 +70,10 @@ rm -rf %{modname}.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.6-3 +- Python 2 binary package renamed to python2-robosignatory + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild