diff --git python-fmn-rules/python-fmn-rules.spec python-fmn-rules/python-fmn-rules.spec.tmp index dcb884551b..b442c6a2f2 100644 --- python-fmn-rules/python-fmn-rules.spec +++ python-fmn-rules/python-fmn-rules.spec.tmp @@ -8,7 +8,7 @@ Name: python-fmn-rules Version: 0.9.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Message processing rules for Fedora Notifications Group: Development/Libraries @@ -25,16 +25,23 @@ BuildRequires: python-fedora BuildRequires: python-nose BuildRequires: python-dogpile-cache +%global _description\ +fmn is a family of systems to manage end-user notifications triggered by\ +fedmsg, the Fedora FEDerated MESsage bus.\ +\ +This module contains the set of "rules" fmn uses to process messages. + +%description %_description + +%package -n python2-fmn-rules +Summary: %summary Requires: fedmsg Requires: python-fedmsg-meta-fedora-infrastructure Requires: python-fedora Requires: python-dogpile-cache +%{?python_provide:%python_provide python2-fmn-rules} -%description -fmn is a family of systems to manage end-user notifications triggered by -fedmsg, the Fedora FEDerated MESsage bus. - -This module contains the set of "rules" fmn uses to process messages. +%description -n python2-fmn-rules %_description %prep %setup -q -n %{modname}-%{version} @@ -51,12 +58,16 @@ rm -rf %{modname}.egg-info #%check #%{__python2} setup.py test -%files +%files -n python2-fmn-rules %doc README.rst COPYING COPYING.LESSER CHANGELOG.rst %{python2_sitelib}/fmn/ %{python2_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.1-4 +- Python 2 binary package renamed to python2-fmn-rules + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild