From d9ee5e5159c2dc28c7d3e4ed2ca6afdd623bd01656d6bc438976bb0d2a86fc04 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Nov 2024 22:55:50 +0000 Subject: [PATCH] - Clean up the SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=32 --- python-kazoo.changes | 5 +++++ python-kazoo.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-kazoo.changes b/python-kazoo.changes index 2dd739a..2a78cd6 100644 --- a/python-kazoo.changes +++ b/python-kazoo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 22:55:42 UTC 2024 - Matej Cepl + +- Clean up the SPEC file. + ------------------------------------------------------------------- Fri Nov 1 17:08:28 UTC 2024 - Fergal Mc Carthy diff --git a/python-kazoo.spec b/python-kazoo.spec index baa287d..2b48fb0 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-kazoo Version: 2.10.0 @@ -29,13 +28,13 @@ Source: https://files.pythonhosted.org/packages/source/k/kazoo/kazoo-%{v BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six +Suggests: python-pure-sasl +BuildArch: noarch %ifpython2 Requires: python-eventlet >= 0.17.1 Requires: python-gevent >= 1.2 %endif -Requires: python-six -Suggests: python-pure-sasl -BuildArch: noarch %python_subpackages %description @@ -57,6 +56,7 @@ Implements a higher level API to Apache Zookeeper for Python clients. %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/kazoo +%{python_sitelib}/kazoo-%{version}*-info %changelog