diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-09 15:48:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-09 15:48:22 +0200 |
commit | 874d705cf4e35d01fdc7eed51b21d8cfa23659bd (patch) | |
tree | 8b018f65743eed027520f6d590b8010384b4d322 | |
parent | baeefbbce1aebe2c2f0492d6350db52dad80b863 (diff) |
redis: more cleanup
-rw-r--r-- | redis.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -182,6 +182,8 @@ chmod 755 %{buildroot}%{_bindir}/%{name}-* # 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 # Install redis-shutdown install -pDm755 %{SOURCE7} %{buildroot}%{_bindir}/%{name}-shutdown @@ -273,6 +275,7 @@ fi - add man pages from https://github.com/antirez/redis/pull/3491 - data and configuration should not be publicly readable - remove /var/run/redis with systemd +- provide redis-check-rdb as a symlink to redis-server * Tue Aug 2 2016 Remi Collet <remi@fedoraproject.org> - 3.2.3-1 - Redis 3.2.3 - Release date: Tue Aug 02 10:55:24 CEST 2016 |