diff --git a/python-fmn-web.spec b/python-fmn-web.spec index 149ca88a5d..9d5e404fd7 100644 --- a/python-fmn-web.spec +++ b/python-fmn-web.spec @@ -8,7 +8,7 @@ Name: python-fmn-web Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Frontend Web Application for Fedora Notifications Group: Development/Libraries @@ -46,6 +46,18 @@ BuildRequires: python-sqlalchemy %endif + + +%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 frontend web application for Fedora Notifications. + +%description %_description + +%package -n python2-fmn-web +Summary: %summary Requires: python-fmn-lib Requires: python-openid Requires: python-openid-cla @@ -61,23 +73,17 @@ Requires: python-urllib3 Requires: python-fedmsg-meta-fedora-infrastructure Requires: python-datanommer-models Requires: python-arrow - %if 0%{?rhel} && 0%{?rhel} <= 6 Requires: python-ordereddict Requires: python-sqlalchemy0.8 %else Requires: python-sqlalchemy %endif - Requires: httpd Requires: mod_wsgi +%{?python_provide:%python_provide python2-fmn-web} - -%description -fmn is a family of systems to manage end-user notifications triggered by -fedmsg, the Fedora FEDerated MESsage bus. - -This module contains the frontend web application for Fedora Notifications. +%description -n python2-fmn-web %_description %prep %setup -q -n %{modname}-%{version} @@ -100,7 +106,7 @@ cp -r fmn/web/static/ %{buildroot}%{_datadir}/%{modname}/static rm -rf %{buildroot}%{_datadir}/%{modname}/static/bootstrap -%files +%files -n python2-fmn-web %doc README.rst COPYING COPYING.LESSER CHANGELOG.rst %{python2_sitelib}/fmn/web/ %{python2_sitelib}/%{modname}-%{version}* @@ -109,6 +115,10 @@ rm -rf %{buildroot}%{_datadir}/%{modname}/static/bootstrap %{_datadir}/%{modname} %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.8.1-5 +- Python 2 binary package renamed to python2-fmn-web + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild