Bug 1374736 - Duplicate binary
Summary: Duplicate binary
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: redis
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Haïkel Guémar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-09 13:43 UTC by Remi Collet
Modified: 2017-07-21 05:20 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-21 05:20:03 UTC
Type: Bug


Attachments (Terms of Use)

Description Remi Collet 2016-09-09 13:43:20 UTC
During the build:

extracting debug info from /dev/shm/BUILDROOT/redis-3.2.3-2.fc23.remi.x86_64/usr/bin/redis-server
*** WARNING: identical binaries are copied, not linked:
        /usr/bin/redis-server
   and  /usr/bin/redis-check-rdb

So no need to provide the same binary twice


Proposal

 # create redis-sentinel command as described on
 # http://redis.io/topics/sentinel
 ln -sf %{name}-server %{buildroot}%{_bindir}/%{name}-sentinel
+# Same binary
+ln -sf %{name}-server %{buildroot}%{_bindir}/%{name}-check-rdb

Comment 3 Fedora End Of Life 2017-02-28 10:14:13 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 4 Nathan Scott 2017-07-21 05:20:03 UTC
This bug was fixed in the redis-3.2.3-2 Fedora build; marking BZ as closed.


Note You need to log in before you can comment on or make changes to this bug.