Accepting request 767505 from server:database

OBS-URL: https://build.opensuse.org/request/show/767505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2020-01-29 12:11:10 +00:00 committed by Git OBS Bridge
commit 2d91b0b8e1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 18:58:34 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- 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 <kukuk@suse.com>

View File

@ -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