From b0023fe6f3090e55b91f44d3f30191968401fd7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 May 2026 16:30:51 +0200 Subject: Redis 8.8-RC1 (8.7.240) Released Thu 14 May 2026 18:00:00 IST --- redis.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'redis.spec') diff --git a/redis.spec b/redis.spec index 055e340..a297bb6 100644 --- a/redis.spec +++ b/redis.spec @@ -18,9 +18,9 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 8.6.3 -#global upstream_pre rc1 -#global upstream_intver 8.5.240 +%global upstream_ver 8.8 +%global upstream_pre rc1 +%global upstream_intver 8.7.240 Name: redis @@ -136,6 +136,11 @@ Summary: Development header for Redis module development Provides: %{name}-static = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release} Conflicts: valkey-compat-redis-devel +# Internal version for pre-release +%if 0%{?upstream_intver:1} +Provides: redis-devel = %{upstream_intver} +Provides: redis-devel%{?_isa} = %{upstream_intver} +%endif %description devel Header file required for building loadable Redis modules. Detailed @@ -345,6 +350,9 @@ fi %changelog +* Sat May 23 2026 Remi Collet - 8.8~rc1-1 +- Redis 8.8-RC1 (8.7.240) Released Thu 14 May 2026 18:00:00 IST + * Wed May 6 2026 Remi Collet - 8.6.3-1 - Redis 8.6.3 Released Tue 5 May 2026 16:00:00 IST - Update urgency: SECURITY: There are security fixes in the release. -- cgit