diff options
| author | Remi Collet <remi@remirepo.net> | 2020-10-27 09:09:54 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-10-27 09:09:54 +0100 | 
| commit | 747b0eb70d4425ea5572c5e464d4c8f87fd6a634 (patch) | |
| tree | a39313100e6ee3bc032b4499e60edeeea34a8a50 | |
| parent | 8dd0cbeb7f489c55ab9e94813437b6ee575b7231 (diff) | |
Redis 6.0.9 - Released Mon Oct 26 10:37:47 IST 2020
Upgrade urgency: MODERATE.
| -rw-r--r-- | redis.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
@@ -34,7 +34,7 @@  %bcond_with    tests  # Pre-version are only available in github -%global upstream_ver 6.0.8 +%global upstream_ver 6.0.9  #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 25555fe05a571454fa0f11dca28cb5796e04112f +%global doc_commit 8d4bf9bc476829a84a055c049be72634d6e938df  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -453,6 +453,10 @@ fi  %changelog +* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 6.0.9-1 +- Redis 6.0.9 - Released Mon Oct 26 10:37:47 IST 2020 +- Upgrade urgency: MODERATE. +  * 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  | 
