diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-21 08:09:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-21 08:09:33 +0100 |
commit | fa553564a84603ba9fbc2d272e1e83aebd886db7 (patch) | |
tree | 50d105f696082fa2dcb3607737ed248b0603e948 | |
parent | 0b6fbc54ec432e816c71cd0628bed581c902767e (diff) |
Redis 7.0.10 Released Mon Mar 20 16:00:00 IST 2023
Upgrade urgency: SECURITY, contains fixes to security issues.
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -25,7 +25,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 7.0.9 +%global upstream_ver 7.0.10 #global upstream_pre RC3 %global gh_commit 5921ba4cdef2761bfed34b982368f1fe077d03e9 %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 d8e5a07b0da5cebbbeb3fcfdb34119a5a31f0e1d +%global doc_commit 1a2f1b653f4b0b421eb1b00085b6ebec810f2e48 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -414,6 +414,10 @@ fi %changelog +* Tue Mar 21 2023 Remi Collet <remi@remirepo.net> - 7.0.10-1 +- Redis 7.0.10 Released Mon Mar 20 16:00:00 IST 2023 +- Upgrade urgency: SECURITY, contains fixes to security issues. + * Wed Mar 1 2023 Remi Collet <remi@remirepo.net> - 7.0.9-1 - Redis 7.0.9 Released Tue Feb 28 12:00:00 IST 2023 - Upgrade urgency: SECURITY, contains fixes to security issues |