Switch buildrequire redis to redis5
(cherry picked from commit 405a4418ffe5ada0682e314c79d16133755e53c4)
This commit is contained in:
parent
1b1e3cfc1a
commit
831372eb01
@ -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 <openstack@openeuler.org> - 3.5.3-1
|
||||
- Update version to 3.5.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user