diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-08 12:51:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-08 12:51:06 +0100 |
commit | 059e1dfff0c0dac62e8aab408bb684f33d7da3a3 (patch) | |
tree | 2b74fd47999b2066f897e9e8960a912a49c86836 /redis.spec | |
parent | 9a91525197678fcc5e52cc601daee478d1a50372 (diff) |
redis: Fix redis-shutdown to handle password-protected instances shutdown, fix #31
Diffstat (limited to 'redis.spec')
-rw-r--r-- | redis.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,7 +21,7 @@ Name: redis Version: 3.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -229,6 +229,9 @@ fi %changelog +* Mon Feb 8 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.7-2 +- Fix redis-shutdown to handle password-protected instances shutdown + * Tue Jan 26 2016 Remi Collet <remi@fedoraproject.org> - 3.0.7-1 - Redis 3.0.7 - Release date: 25 jan 2016 - Upgrade urgency: MODERATE |