diff --git python-process-tests/python-process-tests.spec python-process-tests/python-process-tests.spec.tmp index 0547b4bd99..9e0ee94282 100644 --- python-process-tests/python-process-tests.spec +++ python-process-tests/python-process-tests.spec.tmp @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tools for testing processes License: BSD @@ -15,11 +15,18 @@ Source0: https://pypi.python.org/packages/source/p/process-tests/process- BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Provides: python2-%{srcname} = %{version}-%{release} -%description +%global _description\ Tools for testing processes. +%description %_description + +%package -n python2-%{srcname} +Summary: %summary +%{?python_provide:%python_provide python2-%{srcname}} + +%description -n python2-%{srcname} %_description + %if 0%{?with_python3} %package -n python3-%{srcname} Summary: Tools for testing processes @@ -49,7 +56,7 @@ Tools for testing processes. %endif -%files +%files -n python2-%{srcname} %doc README.rst %license LICENSE %{python2_sitelib}/* @@ -64,6 +71,10 @@ Tools for testing processes. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.0-9 +- Python 2 binary package renamed to python2-process-tests + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild