From 356ccb30de1962f31ea06ddf8e32d0fd13e868dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Jul 2023 16:22:04 +0200 Subject: 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 --- redis.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/redis.spec b/redis.spec index 01265bc..6dce9f8 100644 --- a/redis.spec +++ b/redis.spec @@ -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 - 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 - 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 - 7.2~rc1-3 - fix modules directory ownership and permissions #2176173 -- cgit