From 0c6ea6ce014227be215fa860bdd09405aa372cdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Oct 2025 13:57:16 +0200 Subject: update to 8.2.5 --- redis-bloom.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'redis-bloom.spec') diff --git a/redis-bloom.spec b/redis-bloom.spec index 1d38870..35cb078 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.2.3 +Version: 8.2.5 Release: 1%{?dist} Summary: Probabilistic data structures # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -38,7 +38,7 @@ Source0: %{name}-%{version}.tgz # get full git snapshot with submodules Source1: makesrc.sh -BuildRequires: redis-devel >= 8.2 +BuildRequires: (redis-devel >= 8.2 with redis-devel < 8.4) BuildRequires: make BuildRequires: cmake BuildRequires: automake @@ -56,7 +56,7 @@ Provides: bundled(readies) Provides: bundled(t-digest-c) Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} -Requires: redis >= 8.2 +Requires: (redis >= 8.2 with redis < 8.4) Supplements: redis @@ -101,6 +101,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Wed Oct 15 2025 Remi Collet - 8.2.5-1 +- update to 8.2.5 + * Mon Sep 22 2025 Remi Collet - 8.2.3-1 - update to 8.2.3 -- cgit