diff options
| -rw-r--r-- | redis.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
@@ -25,14 +25,14 @@  %bcond_with    tests  %global upstream_ver 7.2 -%global upstream_pre rc2 +%global upstream_pre rc3  # 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 gh_owner         redis  %global gh_project       redis -%global doc_commit       d1cde3472ea50fb22a0b7b9eb74691b4aefb8dcf +%global doc_commit       ab025f62797f2622ddad7bad938e747bebb6ab09  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -400,8 +400,13 @@ fi  %changelog +* Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 7.2~rc3-1 +- Redis 7.2 RC3 (7.1.242) Released Mon July 10 12:00:00 IDT 2023 +- Upgrade urgency LOW: This is the third Release Candidate for Redis 7.2 +- Upgrade urgency SECURITY: If you're using a previous release candidate of 7.2 +  * Tue May 16 2023 Remi Collet <remi@remirepo.net> - 7.2~rc2-1 -- Redis 7.2 RC1 (7.1.241) Released Mon May 15 12:00:00 IST 2023 +- Redis 7.2 RC2 (7.1.241) Released Mon May 15 12:00:00 IST 2023  * Thu Mar 30 2023 Remi Collet <remi@remirepo.net> - 7.2~rc1-3  - fix modules directory ownership and permissions #2176173  | 
