diff options
-rw-r--r-- | redis.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -25,7 +25,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 6.2.7 +%global upstream_ver 6.2.8 #global upstream_pre RC3 %global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -35,7 +35,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 3fdb6df44ecd5c4d99ea52a0133177f5ebc24805 +%global doc_commit bc8218eb481cc5d095ee7c274388a44dc09942e9 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -405,6 +405,11 @@ fi %changelog +* Tue Dec 13 2022 Remi Collet <remi@remirepo.net> - 6.2.8-1 +- Redis 6.2.8 - Released Mon 12 Dec 2022 12:00:00 IST +- Upgrade urgency: MODERATE, Contains fixes for a few non-critical or + unlikely bugs + * Wed Apr 27 2022 Remi Collet <remi@remirepo.net> - 6.2.7-1 - Redis 6.2.7 - Released Wed Apr 27 12:00:00 IDT 2022 - Upgrade urgency: SECURITY, contains fixes to security issues. |