!14 Switch buildrequire redis to redis5
From: @wk333 Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
640b82986d
@ -1,14 +1,14 @@
|
||||
%global gem_name redis
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 4.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
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
|
||||
# We will use this static file to start a testing redis server instance
|
||||
Source1: redis-test.conf
|
||||
BuildRequires: ruby ruby(release) rubygems-devel rubygem(test-unit) redis
|
||||
BuildRequires: ruby ruby(release) rubygems-devel rubygem(test-unit) redis5
|
||||
BuildArch: noarch
|
||||
%description
|
||||
A Ruby client that tries to match Redis' API one-to-one, while still
|
||||
@ -63,5 +63,8 @@ rm -r %{buildroot}%{gem_instdir}/test
|
||||
%{gem_instdir}/examples/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2025 wangkai <13474090681@163.com> - 4.0.1-2
|
||||
- Switch buildrequire redis to redis5
|
||||
|
||||
* Tue Aug 18 2020 huangyangke <huangyangke@huawei.com> - 4.0.1-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user