From ce66a541e21323ade4904a8697a06158cd099678 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jul 2024 09:51:08 +0200 Subject: valkey also for EL-10 --- php-pecl-redis6.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-pecl-redis6.spec') diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index db32f4a..04d0456 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -16,7 +16,7 @@ %endif %bcond_without igbinary %bcond_without msgpack -%if 0%{?fedora} >= 41 +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10 %bcond_without valkey %else # Use valkey instead of redis for tests -- cgit