Switch buildrequire redis to redis5
(cherry picked from commit d54f7b20cffafe3d9d83eb0819cb183170e8d882)
This commit is contained in:
parent
1124b796e1
commit
d4e993211a
@ -1,13 +1,13 @@
|
|||||||
%global gem_name redis
|
%global gem_name redis
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A Ruby client library for Redis
|
Summary: A Ruby client library for Redis
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/redis/redis-rb
|
URL: https://github.com/redis/redis-rb
|
||||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||||
Source1: https://github.com/redis/redis-rb/archive/refs/tags/v%{version}.tar.gz
|
Source1: https://github.com/redis/redis-rb/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildRequires: ruby ruby(release) rubygems-devel rubygem(test-unit) redis make rubygem(hiredis) rubygem(minitest) rubygem(mocha) procps-ng
|
BuildRequires: ruby ruby(release) rubygems-devel rubygem(test-unit) redis5 make rubygem(hiredis) rubygem(minitest) rubygem(mocha) procps-ng
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
A Ruby client that tries to match Redis' API one-to-one, while still
|
A Ruby client that tries to match Redis' API one-to-one, while still
|
||||||
@ -81,6 +81,9 @@ popd
|
|||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 14 2025 wangkai <13474090681@163.com> - 4.7.0-4
|
||||||
|
- Switch buildrequire redis to redis5
|
||||||
|
|
||||||
* Sat Aug 12 2023 Ge Wang <wang__ge@126.com> - 4.7.0-3
|
* Sat Aug 12 2023 Ge Wang <wang__ge@126.com> - 4.7.0-3
|
||||||
- Fix test_redirection_when_slot_is_resharding test failure
|
- Fix test_redirection_when_slot_is_resharding test failure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user