From 80219a4bac38fd42987475422ea809ce147a55cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Mar 2023 10:08:47 +0100 Subject: Redis 6.0.18 Released Tue Feb 28 12:00:00 IST 2023 Upgrade urgency: SECURITY, contains fixes to security issues. --- redis.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'redis.spec') diff --git a/redis.spec b/redis.spec index f0cdf9c..5a0fefd 100644 --- a/redis.spec +++ b/redis.spec @@ -37,7 +37,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 6.0.17 +%global upstream_ver 6.0.18 #global upstream_pre RC4 %global gh_commit 281af38767956c125d237ff4015485516bcfaf23 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -47,7 +47,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 3fdb6df44ecd5c4d99ea52a0133177f5ebc24805 +%global doc_commit d8e5a07b0da5cebbbeb3fcfdb34119a5a31f0e1d %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -464,6 +464,10 @@ fi %changelog +* Wed Mar 1 2023 Remi Collet - 6.0.18-1 +- Redis 6.0.18 Released Tue Feb 28 12:00:00 IST 2023 +- Upgrade urgency: SECURITY, contains fixes to security issues. + * Tue Jan 17 2023 Remi Collet - 6.0.17-1 - Redis 6.0.17 - Released Tue Jan 17 12:00:00 IDT 2023 - Upgrade urgency: SECURITY, contains fixes to security issues. -- cgit