diff --git python-openid-cla/python-openid-cla.spec python-openid-cla/python-openid-cla.spec.tmp index fbbf125b3f..c68df3ea49 100644 --- python-openid-cla/python-openid-cla.spec +++ python-openid-cla/python-openid-cla.spec.tmp @@ -8,7 +8,7 @@ Name: python-openid-cla Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: CLA extension for python-openid License: BSD @@ -19,9 +19,6 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-openid -Requires: python-openid - -Provides: python2-openid-cla %if 0%{?with_python3} BuildRequires: python3-devel @@ -29,9 +26,19 @@ BuildRequires: python3-setuptools BuildRequires: python3-openid %endif -%description +%global _description\ CLA extension implementation for python-openid +%description %_description + +%package -n python2-openid-cla +Summary: %summary +Requires: python-openid +Provides: python2-openid-cla +%{?python_provide:%python_provide python2-openid-cla} + +%description -n python2-openid-cla %_description + %if 0%{?with_python3} %package -n python3-openid-cla Summary: OpenID support for Flask @@ -64,7 +71,7 @@ This package includes the python 3 version of the module. %endif -%files +%files -n python2-openid-cla # TODO: Upstream error: no COPYING in latest release #%doc COPYING %{python_sitelib}/* @@ -77,6 +84,10 @@ This package includes the python 3 version of the module. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2-6 +- Python 2 binary package renamed to python2-openid-cla + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild