!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
|
%global gem_name redis
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 4.0.1
|
Version: 4.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
# We will use this static file to start a testing redis server instance
|
# We will use this static file to start a testing redis server instance
|
||||||
Source1: redis-test.conf
|
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
|
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
|
||||||
@ -63,5 +63,8 @@ rm -r %{buildroot}%{gem_instdir}/test
|
|||||||
%{gem_instdir}/examples/
|
%{gem_instdir}/examples/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 18 2020 huangyangke <huangyangke@huawei.com> - 4.0.1-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user