!17 [sync] PR-12: Switch buildrequire redis to redis5
From: @openeuler-sync-bot Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
76ca912d56
@ -1,13 +1,13 @@
|
||||
%global gem_name redis
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 4.7.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: A Ruby client library for Redis
|
||||
License: MIT
|
||||
URL: https://github.com/redis/redis-rb
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
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
|
||||
%description
|
||||
A Ruby client that tries to match Redis' API one-to-one, while still
|
||||
@ -81,6 +81,9 @@ popd
|
||||
%doc %{gem_instdir}/README.md
|
||||
|
||||
%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
|
||||
- Fix test_redirection_when_slot_is_resharding test failure
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user