diff --git python-gitapi/python-gitapi.spec python-gitapi/python-gitapi.spec.tmp index 357d71077f..fad9113578 100644 --- python-gitapi/python-gitapi.spec +++ python-gitapi/python-gitapi.spec.tmp @@ -1,6 +1,6 @@ Name: python-gitapi Version: 1.1.0 -Release: 0.a3%{?dist}.5 +Release: 0.a3%{?dist}.6 Summary: Pure-Python API to git, which uses the command-line interface License: MIT @@ -13,11 +13,19 @@ Source1: LICENSE BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools git -Requires: git -%description +%global _description\ Pure-Python API to git, which uses the command-line interface. +%description %_description + +%package -n python2-gitapi +Summary: %summary +Requires: git +%{?python_provide:%python_provide python2-gitapi} + +%description -n python2-gitapi %_description + %package -n python3-gitapi Summary: Pure-Python API to git, which uses the command-line interface BuildRequires: python3-devel @@ -59,7 +67,7 @@ popd -%files +%files -n python2-gitapi %doc README.rst LICENSE %{python2_sitelib}/gitapi-%{version}a2-py%{python2_version}.egg-info %{python2_sitelib}/gitapi/ @@ -71,6 +79,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1.0-0.a3.6 +- Python 2 binary package renamed to python2-gitapi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1.0-0.a3.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild