diff options
| author | Remi Collet <remi@remirepo.net> | 2021-04-20 09:55:35 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-04-20 09:55:35 +0200 | 
| commit | 4f627ec3d54fff3cbbfb649dd026d46ea360374f (patch) | |
| tree | 0f8249852c7011dcbc0370e488be1dd41f3701bd | |
| parent | 99f48dd7d714c3f24614991cd69046d744238600 (diff) | |
Redis 6.2.2 - Released Mon April 19 19:00:00 IST 2021
Upgrade urgency: HIGH, if you're using ACL and pub/sub,
  CONFIG REWRITE, or suffering from performance regression.
| -rw-r--r-- | redis.spec | 9 | 
1 files changed, 7 insertions, 2 deletions
@@ -22,7 +22,7 @@  %bcond_with    tests  # Pre-version are only available in github -%global upstream_ver 6.2.1 +%global upstream_ver 6.2.2  #global upstream_pre RC3  %global gh_commit    2dba1e391d3772a8da182d95bde050ffa9d01e4d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) @@ -32,7 +32,7 @@  # Commit IDs for the (unversioned) redis-doc repository  # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"  # https://github.com/redis/redis-doc/commits/master -%global doc_commit f1d54a69105cfddd6f83f1f44c5a873512a579e7 +%global doc_commit 42ccc962f01baad22fecd4ee1b58e1808ddc49fc  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -401,6 +401,11 @@ fi  %changelog +* Tue Apr 20 2021 Remi Collet <remi@remirepo.net> - 6.2.2-1 +- Redis 6.2.2 - Released Mon April 19 19:00:00 IST 2021 +- Upgrade urgency: HIGH, if you're using ACL and pub/sub, +  CONFIG REWRITE, or suffering from performance regression. +  * Tue Mar  2 2021 Remi Collet <remi@remirepo.net> - 6.2.1-1  - Redis 6.2.1 - Released Mon Mar  1 17:51:36 IST 2021  - Upgrade urgency: LOW.  | 
