diff --git python-flask-openid/python-flask-openid.spec python-flask-openid/python-flask-openid.spec.tmp index 4160138d5d..af1cbe8f61 100644 --- python-flask-openid/python-flask-openid.spec +++ python-flask-openid/python-flask-openid.spec.tmp @@ -3,7 +3,7 @@ Name: python-flask-openid Version: 1.2.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OpenID support for Flask Group: Development/Libraries @@ -15,7 +15,6 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-openid BuildRequires: python-setuptools -Requires: python-openid %if 0%{?with_python3} BuildRequires: python3-devel @@ -23,10 +22,19 @@ BuildRequires: python3-setuptools BuildRequires: python3-openid %endif -%description -Flask-OpenID is an extension to flask that allows you to add openid +%global _description\ +Flask-OpenID is an extension to flask that allows you to add openid\ based authentication to your website in a matter of minutes. +%description %_description + +%package -n python2-flask-openid +Summary: %summary +Requires: python-openid +%{?python_provide:%python_provide python2-flask-openid} + +%description -n python2-flask-openid %_description + %if 0%{?with_python3} %package -n python3-flask-openid Summary: OpenID support for Flask @@ -74,7 +82,7 @@ mkdir -p $RPM_BUILD_ROOT%{python3_sitelib} popd %endif -%files +%files -n python2-flask-openid %doc docs LICENSE PKG-INFO README %{python_sitelib}/*.egg-info/ %{python_sitelib}/*.py* @@ -88,6 +96,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.5-8 +- Python 2 binary package renamed to python2-flask-openid + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild