From a88ee0f5d8f861e32a0dfd2e456db0df5eecb85b Mon Sep 17 00:00:00 2001 From: Michael S Date: Thu, 5 Nov 2020 15:32:35 +0000 Subject: [PATCH] Add requires on php-process Without this package, occ refuse to work. # php /usr/share/nextcloud/occ The posix extensions are required - see http://php.net/manual/en/book.posix.php --- nextcloud.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud.spec b/nextcloud.spec index 86e02de..498f65d 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -78,6 +78,7 @@ Requires: php-ldap Requires: php-smbclient Requires: php-imap Requires: php-gmp +Requires: php-process Requires: php-pecl-imagick Requires: php-pecl-memcached Requires: php-pecl-apcu