--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2020/01/27 17:55:13 1.18 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2020/11/08 15:56:08 1.19 @@ -1,4 +1,4 @@ -%define release 16 +%define release 17 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -24,6 +24,7 @@ Patch13: smeserver-nextcloud-1.1.0-bz107 Patch14: smeserver-nextcloud-1.1.0-bz10710-dbcolumnupdate.patch Patch15: smeserver-nextcloud-1.1.0-bz10728-OCC512.patch Patch16: smeserver-nextcloud-1.1.0.bz10852.php72.patch +Patch17: smeserver-nextcloud-1.1.0.bz11003-php73.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -37,12 +38,13 @@ Requires: smeserver-webapps-common Requires: smeserver-php-fpm >= 0.1.1-3 Requires: samba-client Requires: perl-JSON -Requires: php72-php-smbclient -Requires: php72-php-opcache -Requires: php72-php-pecl-apcu -Requires: php72-php-pecl-inotify -Requires: php72-php-pecl-zip -Requires: php72-php-pecl-imagick +Requires: php73-php-smbclient +Requires: php73-php-opcache +Requires: php73-php-pecl-apcu +Requires: php73-php-pecl-inotify +Requires: php73-php-pecl-zip +Requires: php73-php-pecl-imagick +Requires: php73-php-gmp %description @@ -69,6 +71,7 @@ Koozali SME Server Nextcloud files and c %patch15 -p1 %patch16 -p1 touch root/etc/e-smith/templates/etc/opt/remi/php72/php.d/20-opcache.ini/template-begin +%patch17 -p1 %build perl createlinks @@ -95,6 +98,10 @@ cat %{name}-%{version}-filelist %changelog +* Sun Nov 08 2020 Jean-Philipe Pialasse 1.1.0-17.sme +- use php73-fpm [SME: 11003] +- Require php-gmp for Nextcloud 19 and newer [SME: 11004] + * Mon Jan 27 2020 Jean-Philipe Pialasse 1.1.0-16.sme - fix missing Requirement and template-begins [SME: 10852]