From 21cc5cbf45284eb715027fdad00baa31a8b88db4082eacf60a40fa095d86c806 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 26 Jan 2020 17:11:27 +0000 Subject: [PATCH] Accepting request 766688 from home:kukuk:branches:server:database - Don't install redis-trib.rb, it's only a dummy telling the user to use redis-cli instead and pulls in ruby for that. OBS-URL: https://build.opensuse.org/request/show/766688 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=131 --- redis.changes | 6 ++++++ redis.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/redis.changes b/redis.changes index 25e2f78..4ff1c14 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 18:58:34 UTC 2020 - Thorsten Kukuk + +- Don't install redis-trib.rb, it's only a dummy telling the user + to use redis-cli instead and pulls in ruby for that. + ------------------------------------------------------------------- Mon Dec 30 17:59:52 UTC 2019 - Thorsten Kukuk diff --git a/redis.spec b/redis.spec index eacae31..6a26a41 100644 --- a/redis.spec +++ b/redis.spec @@ -1,7 +1,7 @@ # # spec file for package redis # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,7 +82,6 @@ install -m 0750 -d \ install -Dpm 0755 src/%{name}-benchmark %{buildroot}%{_bindir}/%{name}-benchmark install -Dpm 0755 src/%{name}-cli %{buildroot}%{_bindir}/%{name}-cli -install -Dpm 0755 src/%{name}-trib.rb %{buildroot}%{_bindir}/%{name}-trib.rb install -Dpm 0755 src/%{name}-server %{buildroot}%{_sbindir}/%{name}-server