diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-23 07:20:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-23 07:20:20 +0100 |
commit | befd36aa60a181e5ef86bb40dd132dd55fb1b58e (patch) | |
tree | def5ed583ccd8174de060123e1a8524b5965726d /redis.spec | |
parent | 795905ed232ee236d1e03262b53045a2096f1915 (diff) |
Redis 6.0.11 - Released Mon Feb 22 16:13:23 IST 2021
Upgrade urgency: SECURITY if you use 32bit build of redis, LOW otherwise.
Diffstat (limited to 'redis.spec')
-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.10 +%global upstream_ver 6.0.11 #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 8d4bf9bc476829a84a055c049be72634d6e938df +%global doc_commit e0528232fdd0d2efc91d62b798b924d716f88813 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -457,6 +457,10 @@ fi %changelog +* Tue Feb 23 2021 Remi Collet <remi@remirepo.net> - 6.0.11-1 +- Redis 6.0.11 - Released Mon Feb 22 16:13:23 IST 2021 +- Upgrade urgency: SECURITY if you use 32bit build of redis, LOW otherwise. + * Tue Jan 12 2021 Remi Collet <remi@remirepo.net> - 6.0.10-1 - Redis 6.0.10 - Released Tue Jan 12 16:20:20 IST 2021 - Upgrade urgency MODERATE: several bugs with moderate impact are fixed. |