From efd77637d94aad7ae1a5c8bd13def20030badb05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jun 2022 08:02:31 +0200 Subject: Redis 7.0.2 - Released Sunday Jun 12 12:00:00 IST 2022 Upgrade urgency: MODERATE, specifically if you're using a previous release of Redis 7.0, contains fixes for bugs in previous 7.0 releases. --- redis.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/redis.spec b/redis.spec index 86081ef..b8a450f 100644 --- a/redis.spec +++ b/redis.spec @@ -25,7 +25,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 7.0.1 +%global upstream_ver 7.0.2 #global upstream_pre RC3 %global gh_commit fb4e0d400ff82117104bde5296c477ad95f8dd41 %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 775eccbb42231593df48b5d3d586b23a504200a4 +%global doc_commit af2e6f814be4cadd9b619001b0acf0754f8dd057 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -411,6 +411,11 @@ fi %changelog +* Mon Jun 13 2022 Remi Collet - 7.0.2-1 +- Redis 7.0.2 - Released Sunday Jun 12 12:00:00 IST 2022 +- Upgrade urgency: MODERATE, specifically if you're using a previous release of + Redis 7.0, contains fixes for bugs in previous 7.0 releases. + * Wed Jun 8 2022 Remi Collet - 7.0.1-1 - Redis 7.0.1 - Released Wed Jun 8 12:00:00 IST 2022 - Upgrade urgency: MODERATE, specifically if you're using a previous release of -- cgit