diff --git python-fedmsg-genacls/python-fedmsg-genacls.spec python-fedmsg-genacls/python-fedmsg-genacls.spec.tmp index 000fdae836..bdd2f42348 100644 --- python-fedmsg-genacls/python-fedmsg-genacls.spec +++ python-fedmsg-genacls/python-fedmsg-genacls.spec.tmp @@ -2,7 +2,7 @@ Name: python-fedmsg-genacls Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fedmsg consumer that sets gitosis acls in response to pkgdb messages Group: Development/Libraries @@ -16,11 +16,18 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: fedmsg +%global _description\ +An example of using fedmsg to monitor pkgdb for messages, but delaying action\ +for a few seconds to accumulate messages and avoid pile-up. + +%description %_description + +%package -n python2-fedmsg-genacls +Summary: %summary Requires: fedmsg +%{?python_provide:%python_provide python2-fedmsg-genacls} -%description -An example of using fedmsg to monitor pkgdb for messages, but delaying action -for a few seconds to accumulate messages and avoid pile-up. +%description -n python2-fedmsg-genacls %_description %prep %setup -q -n %{modname}-%{version} @@ -37,7 +44,7 @@ rm -rf %{modname}.egg-info mkdir -p %{buildroot}%{_sysconfdir}/fedmsg.d/ cp -p fedmsg.d/genacls-example-config.py %{buildroot}%{_sysconfdir}/fedmsg.d/genacls.py -%files +%files -n python2-fedmsg-genacls %doc README.rst LICENSE %{python2_sitelib}/%{modname}.py* %{python2_sitelib}/%{modname}-%{version}* @@ -46,6 +53,10 @@ cp -p fedmsg.d/genacls-example-config.py %{buildroot}%{_sysconfdir}/fedmsg.d/gen %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6-3 +- Python 2 binary package renamed to python2-fedmsg-genacls + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild