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