Bug 1374736

Summary: Duplicate binary
Product: [Fedora] Fedora Reporter: Remi Collet <fedora>
Component: redisAssignee: Haïkel Guémar <karlthered>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: fabian.deutsch, fpercoco, i, jal233, karlthered, nathans
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-21 05:20:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.