diff --git a/python-redis.changes b/python-redis.changes index aeec078..8d6b688 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 13 07:24:11 UTC 2022 - Matej Cepl + +- Add redismod.conf and tox.ini as Sources to SPEC file. + ------------------------------------------------------------------- Sat Jun 11 11:03:12 UTC 2022 - Ben Greiner diff --git a/python-redis.spec b/python-redis.spec index 9bbc605..fe82a06 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -27,6 +27,8 @@ Group: Development/Languages/Python URL: https://github.com/redis/redis-py Source0: https://files.pythonhosted.org/packages/source/r/redis/redis-%{version}.tar.gz Source1: https://github.com/redis/redis-py/raw/v%{version}/tox.ini +Source98: redismod.conf +Source99: tox.ini BuildRequires: %{python_module Deprecated >= 1.2.3} BuildRequires: %{python_module async-timeout >= 4.0.2} BuildRequires: %{python_module base >= 3.6}