From 6b02b5db7df7a1fa8f505e18828e37b57b756915 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Oct 2020 12:17:51 +0200 Subject: test suite needs Redis 6 --- php-pecl-redis5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index e62f797..596044b 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -51,7 +51,7 @@ BuildRequires: pkgconfig(libzstd) >= 1.3.0 BuildRequires: pkgconfig(liblz4) # to run Test suite %if %{with tests} -BuildRequires: redis >= 3 +BuildRequires: redis >= 6 %endif Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} -- cgit