From d5dc21c517359f2a8a903fc5a3ede9fbe26db1d1 Mon Sep 17 00:00:00 2001 From: Javier Peña Date: Jan 21 2019 18:04:41 +0000 Subject: Fix python3-kazoo requirement for the python3 subpackage --- diff --git a/python-zake.spec b/python-zake.spec index 8b1a17c..cae7a05 100644 --- a/python-zake.spec +++ b/python-zake.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.2.2 -Release: 11%{?dist} +Release: 12%{?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-12 +- Fix python3-kazoo requirement for the python3 subpackage + * Sat Jul 14 2018 Fedora Release Engineering - 0.2.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild