diff options
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -24,7 +24,7 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 7.2.4 +%global upstream_ver 7.2.5 #global upstream_pre rc3 # Commit IDs for the (unversioned) redis-doc repository @@ -32,7 +32,7 @@ # https://github.com/redis/redis-doc/commits/master %global gh_owner redis %global gh_project redis -%global doc_commit 8663f15b294e87f41b7d42d05fee1ec2f1714443 +%global doc_commit 3541d0e20cc4bb7873bdbf51a7717757b806577f %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -409,6 +409,10 @@ fi %changelog +* Mon May 20 2024 Remi Collet <remi@remirepo.net> - 7.2.5-1 +- Redis 7.2.5 Released Thu 16 May 2024 12:00:00 IST +- Upgrade urgency MODERATE + * Tue Jan 9 2024 Remi Collet <remi@remirepo.net> - 7.2.4-1 - Redis 7.2.4 Released Tue 09 Jan 2024 10:45:52 IST - Upgrade urgency SECURITY: CVE-2023-41056 |