diff options
| -rw-r--r-- | redis.spec | 9 | 
1 files changed, 7 insertions, 2 deletions
@@ -34,7 +34,7 @@  %bcond_with    tests  # Pre-version are only available in github -%global upstream_ver 6.0.7 +%global upstream_ver 6.0.8  #global upstream_pre RC4  %global gh_commit    f092dd3227cc74978853e379c0a7731bdaa324af  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) @@ -44,7 +44,7 @@  # Commit IDs for the (unversioned) redis-doc repository  # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"  # https://github.com/antirez/redis-doc/commits/master -%global doc_commit 2c335a8226789afae2b5a2ebbd689933b0a5e01a +%global doc_commit 25555fe05a571454fa0f11dca28cb5796e04112f  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -449,6 +449,11 @@ fi  %changelog +* Thu Sep 10 2020 Remi Collet <remi@remirepo.net> - 6.0.8-1 +- Redis 6.0.8 - Released Wed Sep 09 23:34:17 IDT 2020 +- Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or +  CONFIG REWRITE command is affected and should upgrade ASAP. +  * Tue Sep  1 2020 Remi Collet <remi@remirepo.net> - 6.0.7-1  - Redis 6.0.7 - Released Fri Aug 28 11:05:09 IDT 2020  - Upgrade urgency MODERATE: several bugs with moderate impact are fixed.  | 
