diff --git python-openid-teams/python-openid-teams.spec python-openid-teams/python-openid-teams.spec.tmp index 04e72f41de..6b8fb4cb4a 100644 --- python-openid-teams/python-openid-teams.spec +++ python-openid-teams/python-openid-teams.spec.tmp @@ -8,7 +8,7 @@ Name: python-openid-teams Version: 1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Teams 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-teams %if 0%{?with_python3} BuildRequires: python3-devel @@ -29,9 +26,19 @@ BuildRequires: python3-setuptools BuildRequires: python3-openid %endif -%description -Teams extension implementation for python-openid +%global _description\ +Teams extension implementation for python-openid\ + +%description %_description + +%package -n python2-openid-teams +Summary: %summary +Requires: python-openid +Provides: python2-openid-teams +%{?python_provide:%python_provide python2-openid-teams} + +%description -n python2-openid-teams %_description %if 0%{?with_python3} %package -n python3-openid-teams @@ -65,7 +72,7 @@ This package includes the python 3 version of the module. %endif -%files +%files -n python2-openid-teams # TODO: Upstream error: no COPYING in latest release #%doc COPYING %{python_sitelib}/* @@ -78,6 +85,10 @@ This package includes the python 3 version of the module. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1-9 +- Python 2 binary package renamed to python2-openid-teams + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild