From 82b10d0b910038c3afa4577338091134bc7279e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2026 11:02:30 +0200 Subject: [PATCH] use valkey for tests Related: RHEL-180890 --- php-pecl-redis6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 836e1bd..99cea70 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -26,7 +26,7 @@ %bcond_with msgpack %bcond_with liblzf %endif -%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 9 %bcond_without valkey %else %bcond_with valkey @@ -43,7 +43,7 @@ Summary: PHP extension for interfacing with key-value stores Name: php-pecl-redis6 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 3%{?dist} License: PHP-3.01 URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{sources}.tgz @@ -293,6 +293,9 @@ exit $ret %changelog +* Tue Jun 2 2026 Remi Collet - 6.1.0-3 +- use valkey for tests + * Wed Nov 20 2024 Remi Collet - 6.1.0-2 - ignore 1 ONLINE test