diff --git python-restauth-common/python-restauth-common.spec python-restauth-common/python-restauth-common.spec.tmp index d66c33e841..483f8e075d 100644 --- python-restauth-common/python-restauth-common.spec +++ python-restauth-common/python-restauth-common.spec.tmp @@ -3,7 +3,7 @@ Name: python-restauth-common Version: 0.6.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Python module containing classes used by both RestAuth server/client Group: Development/Languages License: GPLv3+ @@ -18,11 +18,19 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # if with_python3 -%description -RestAuthCommon is a small project that collects various code that is used -in both server and client reference implementations of the RestAuth protocol, +%global _description\ +RestAuthCommon is a small project that collects various code that is used\ +in both server and client reference implementations of the RestAuth protocol,\ which are both written in python. +%description %_description + +%package -n python2-restauth-common +Summary: %summary +%{?python_provide:%python_provide python2-restauth-common} + +%description -n python2-restauth-common %_description + %if 0%{?with_python3} %package -n python3-restauth-common Summary: Python module containing classes used by both RestAuth server/client @@ -79,7 +87,7 @@ rm -rf %{buildroot}/usr/share/doc/* cp -a ./doc/_build/html ./ rm -f html/\.buildinfo -%files +%files -n python2-restauth-common %doc AUTHORS COPYING COPYRIGHT ChangeLog %{python_sitelib}/* @@ -93,6 +101,10 @@ rm -f html/\.buildinfo %doc html %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6.2-12 +- Python 2 binary package renamed to python2-restauth-common + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.6.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild