Hide Forgot
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
Better fix: https://github.com/antirez/redis/pull/3494 So: https://github.com/remicollet/remirepo/commit/e55ee2bfba3e13926b3e3e48879f67e73a1a3f49
See http://pkgs.fedoraproject.org/cgit/rpms/redis.git?h=private-cleanup
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
This bug was fixed in the redis-3.2.3-2 Fedora build; marking BZ as closed.