diff --git python-gerrit/python-gerrit.spec python-gerrit/python-gerrit.spec.tmp index e365844147..58c84f25c1 100644 --- python-gerrit/python-gerrit.spec +++ python-gerrit/python-gerrit.spec.tmp @@ -2,7 +2,7 @@ Name: python-gerrit Version: 0.0.1 -Release: 10.git%{githash}%{?dist} +Release: 11.git%{githash}%{?dist} Summary: Python interface to Gerrit Group: Development/Languages @@ -14,10 +14,18 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description -python-gerrit is a Python interface to Gerrit, a code review system +%global _description\ +python-gerrit is a Python interface to Gerrit, a code review system\ for Git. +%description %_description + +%package -n python2-gerrit +Summary: %summary +%{?python_provide:%python_provide python2-gerrit} + +%description -n python2-gerrit %_description + %prep %setup -q -n bcwaldon-python-gerrit-%{githash} @@ -30,12 +38,16 @@ for Git. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-gerrit %doc README LICENSE %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.1-11.gita7ffd76 +- Python 2 binary package renamed to python2-gerrit + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.1-10.gita7ffd76 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild