diff --git a/nextcloud.spec b/nextcloud.spec index 68302bb..cae823b 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