diff --git python-flask-login/python-flask-login.spec python-flask-login/python-flask-login.spec.tmp index 40aa0949ee..368518ff4a 100644 --- python-flask-login/python-flask-login.spec +++ python-flask-login/python-flask-login.spec.tmp @@ -15,7 +15,7 @@ Name: python-flask-login Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: User session management for Flask License: MIT @@ -31,12 +31,19 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # if with_python3 +%global _description\ +Flask-Login provides user session management for Flask. It handles the common\ +tasks of logging in, logging out, and remembering your users' sessions over\ +extended periods of time. + +%description %_description + +%package -n python2-flask-login +Summary: %summary Requires: python-flask +%{?python_provide:%python_provide python2-flask-login} -%description -Flask-Login provides user session management for Flask. It handles the common -tasks of logging in, logging out, and remembering your users' sessions over -extended periods of time. +%description -n python2-flask-login %_description %if 0%{?with_python3} %package -n python3-flask-login @@ -88,7 +95,7 @@ popd -%files +%files -n python2-flask-login %doc README.markdown %license LICENSE %{python2_sitelib}/* @@ -102,6 +109,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.0-8 +- Python 2 binary package renamed to python2-flask-login + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild