diff --git a/python-zake.spec b/python-zake.spec index 5405436..88b0408 100644 --- a/python-zake.spec +++ b/python-zake.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.2.2 -Release: 9%{?dist} +Release: 9.1%{?dist} Summary: Testing utilities for the kazoo library License: ASL 2.0 @@ -52,7 +52,7 @@ BuildRequires: python3-kazoo BuildRequires: python3-six BuildRequires: python3-setuptools -Requires: python2-kazoo +Requires: python3-kazoo %description -n python3-%{pypi_name} It is a python package that works to provide a nice set of testing @@ -96,6 +96,9 @@ cp -p %{SOURCE1} . %endif %changelog +* Mon Jan 21 2019 Javier Peña - 0.2.2-9.1 +- Fix python3-kazoo requirement for the python3 subpackage + * 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)