From 3b08dc58055a71cef24ca15d5bd3046bcc1b2110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 20 Apr 2024 21:24:49 +0100 Subject: [PATCH] (#2193123) Add requires php-bcmath php-intl php-sodiumm php-opcache --- nextcloud.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextcloud.spec b/nextcloud.spec index 07e7c14..8c5867b 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,6 +49,7 @@ BuildRequires: php-pear # Require one webserver and database backend Requires: %{name}-webserver = %{version}-%{release} Requires: %{name}-database = %{version}-%{release} +Requires: php-bcmath # Require php CLI for occ command Requires: php-cli # Core PHP libs/extensions required by OC core @@ -60,6 +61,7 @@ Requires: php-filter Requires: php-gd Requires: php-gmp Requires: php-iconv +Requires: php-intl Requires: php-json Requires: php-ldap Requires: php-mbstring @@ -75,6 +77,8 @@ Requires: php-session Requires: php-simplexml Requires: php-smbclient Requires: php-spl +Requires: php-sodiumm +Requires: php-opcache Requires: php-xmlwriter Requires: php-zip # For systemd support during install/uninstall