diff --git python-pyramid-fas-openid/python-pyramid-fas-openid.spec python-pyramid-fas-openid/python-pyramid-fas-openid.spec.tmp index 05231726aa..1470c6df4d 100644 --- python-pyramid-fas-openid/python-pyramid-fas-openid.spec +++ python-pyramid-fas-openid/python-pyramid-fas-openid.spec.tmp @@ -10,7 +10,7 @@ Name: python-pyramid-fas-openid Version: 0.3.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A view for pyramid that functions as an OpenID consumer Group: Development/Libraries @@ -26,14 +26,21 @@ BuildRequires: python-openid BuildRequires: python-openid-teams BuildRequires: python-openid-cla +%global _description\ +pyramid_fas_openid provides a view for the Pyramid framework that acts as\ +an OpenID consumer for the Fedora Account System. + +%description %_description + +%package -n python2-pyramid-fas-openid +Summary: %summary Requires: python-pyramid Requires: python-openid Requires: python-openid-teams Requires: python-openid-cla +%{?python_provide:%python_provide python2-pyramid-fas-openid} -%description -pyramid_fas_openid provides a view for the Pyramid framework that acts as -an OpenID consumer for the Fedora Account System. +%description -n python2-pyramid-fas-openid %_description %prep %setup -q -n %{modname}-%{version} @@ -47,13 +54,17 @@ rm -rf %{modname}.egg-info %install %{__python2} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-pyramid-fas-openid %doc README.txt #%%license LICENSE %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.8-7 +- Python 2 binary package renamed to python2-pyramid-fas-openid + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild