From 31f5ea601ee42513fc7a878727abda069b1d47df Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 18 Oct 2024 09:25:09 -0500 Subject: [PATCH] require php-pecl-redis6 or php-pecl-redis5 --- nextcloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.spec b/nextcloud.spec index 0ec4a80..b64f5fb 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -80,7 +80,7 @@ Requires: php-pdo Requires: php-pecl-apcu Requires: php-pecl-imagick Requires: php-pecl-memcached -Requires: php-pecl-redis5 +Requires: (php-pecl-redis6 or php-pecl-redis5) Requires: php-process Requires: php-session Requires: php-simplexml