From 405a4418ffe5ada0682e314c79d16133755e53c4 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Mar 2025 16:31:10 +0800 Subject: [PATCH] Switch buildrequire redis to redis5 --- python-redis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-redis.spec b/python-redis.spec index d70c17d..5fb8294 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-redis Version: 3.5.3 -Release: 1 +Release: 2 Summary: Python client for Redis key-value store License: MIT URL: https://github.com/andymccurdy/redis-py @@ -18,7 +18,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-py BuildRequires: python3-pytest BuildRequires: python3-mock -BuildRequires: redis +BuildRequires: redis5 %description -n python3-redis The Python interface to the Redis key-value store. @@ -76,6 +76,9 @@ kill %1 %{_docdir}/* %changelog +* Thu Mar 13 2025 yaoxin <1024769339@qq.com> - 3.5.3-2 +- Switch buildrequire redis to redis5 + * Mon Aug 09 2021 OpenStack_SIG - 3.5.3-1 - Update version to 3.5.3 -- Gitee