diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-11 09:51:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-11 09:51:08 +0200 |
commit | ce66a541e21323ade4904a8697a06158cd099678 (patch) | |
tree | 1e9573acb0181d4ce279d6d761aef2f7d61cc60f | |
parent | 7ab3311e96b92a12e748f7e8b673d43d3f294da2 (diff) |
valkey also for EL-10
-rw-r--r-- | php-pecl-redis6.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |