diff --git python-django-federated-login/python-django-federated-login.spec python-django-federated-login/python-django-federated-login.spec.tmp index f55820db99..60f4e139bb 100644 --- python-django-federated-login/python-django-federated-login.spec +++ python-django-federated-login/python-django-federated-login.spec.tmp @@ -4,7 +4,7 @@ Name: python-django-federated-login Version: 1.0.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Provides federated logins to django projects Group: Development/Languages @@ -16,14 +16,9 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-openid == 2.2.5 -Requires: python-openid == 2.2.5 BuildRequires: python-tox -Requires: python-tox BuildRequires: python-flake8 -Requires: python-flake8 BuildRequires: python-coverage -Requires: python-coverage -Requires: python-django BuildRequires: python-django %if 0%{?with_python3} @@ -31,18 +26,31 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -%description +%global _description\ +\ +Django Federated Login provides an authentication bridge between\ +Django projects and OpenID-enabled identity providers. The bridge is\ +pre-wired to be used with a single Google Apps domain, but could be\ +extended to be linked with other OpenID providers also. It is different\ +from other OpenID consumers as this consumer only allows connecting to\ +a pre-defined identity provider.\ +\ +The provided backend matches users based on the e-mail address returned\ +from the identity provider. If no matching user could be found, a user\ +account can optionally be created. -Django Federated Login provides an authentication bridge between -Django projects and OpenID-enabled identity providers. The bridge is -pre-wired to be used with a single Google Apps domain, but could be -extended to be linked with other OpenID providers also. It is different -from other OpenID consumers as this consumer only allows connecting to -a pre-defined identity provider. +%description %_description -The provided backend matches users based on the e-mail address returned -from the identity provider. If no matching user could be found, a user -account can optionally be created. +%package -n python2-django-federated-login +Summary: %summary +Requires: python-openid == 2.2.5 +Requires: python-tox +Requires: python-flake8 +Requires: python-coverage +Requires: python-django +%{?python_provide:%python_provide python2-django-federated-login} + +%description -n python2-django-federated-login %_description %if 0%{?with_python3} %package -n python3-django-federated-login @@ -107,7 +115,7 @@ flake8 federated_login example tests popd %endif -%files +%files -n python2-django-federated-login %doc README.rst LICENSE.txt %{python_sitelib}/federated_login %{python_sitelib}/example @@ -124,6 +132,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.0-14 +- Python 2 binary package renamed to python2-django-federated-login + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild