diff --git a/python-gertty.spec b/python-gertty.spec index 3971957..22fc604 100644 --- a/python-gertty.spec +++ b/python-gertty.spec @@ -10,7 +10,7 @@ Name: python-gertty Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gertty is a console-based interface to the Gerrit Code Review system License: ASL 2.0 @@ -20,10 +20,10 @@ Patch0: fix_setup.cfg.patch BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: python2-devel -BuildRequires: python-requests -BuildRequires: python-pbr +BuildRequires: python2-requests +BuildRequires: python2-pbr @@ -45,17 +45,17 @@ examination or testing of larger changes. %package -n python2-gertty Summary: %summary -Requires: python-pbr -Requires: python-urwid -Requires: python-sqlalchemy -Requires: GitPython -Requires: python-dateutil -Requires: python-requests -Requires: python-alembic -Requires: PyYAML -Requires: python-voluptuous -Requires: python-ply -Requires: python-six +Requires: python2-pbr +Requires: python2-urwid +Requires: python2-sqlalchemy +Requires: python2-GitPython +Requires: python2-dateutil +Requires: python2-requests +Requires: python2-alembic +Requires: python2-pyyaml +Requires: python2-voluptuous +Requires: python2-ply +Requires: python2-six %{?python_provide:%python_provide python2-gertty} %description -n python2-gertty %_description @@ -88,6 +88,10 @@ sed -i 's/\r$//' LICENSE %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 1.5.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild