diff --git a/python-zake.spec b/python-zake.spec index e67da5c..5405436 100644 --- a/python-zake.spec +++ b/python-zake.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.2.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Testing utilities for the kazoo library License: ASL 2.0 @@ -28,11 +28,11 @@ Summary: Testing utilities for the kazoo library %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel -BuildRequires: python-kazoo -BuildRequires: python-six -BuildRequires: python-setuptools +BuildRequires: python2-kazoo +BuildRequires: python2-six +BuildRequires: python2-setuptools -Requires: python-kazoo +Requires: python2-kazoo %description -n python2-%{pypi_name} It is a python package that works to provide a nice set of testing @@ -52,7 +52,7 @@ BuildRequires: python3-kazoo BuildRequires: python3-six BuildRequires: python3-setuptools -Requires: python-kazoo +Requires: python2-kazoo %description -n python3-%{pypi_name} It is a python package that works to provide a nice set of testing @@ -96,6 +96,10 @@ cp -p %{SOURCE1} . %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.2.2-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.2.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild