--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2020/11/08 16:50:12 1.21 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2020/11/11 02:13:34 1.27 @@ -1,4 +1,4 @@ -%define release 17 +%define release 21 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -27,6 +27,7 @@ Patch16: smeserver-nextcloud-1.1.0.bz108 Patch17: smeserver-nextcloud-1.1.0.bz11003-php73.patch Patch18: smeserver-nextcloud-1.1.0.bz11083-phpbasedir.patch Patch19: smeserver-nextcloud-1.1.0.bz11084-idletimeout.patch +Patch20: smeserver-nextcloud-1.1.0-bz10885-dedicateddomain.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -74,8 +75,10 @@ Koozali SME Server Nextcloud files and c %patch16 -p1 touch root/etc/e-smith/templates/etc/opt/remi/php72/php.d/20-opcache.ini/template-begin %patch17 -p1 +touch root/etc/e-smith/templates/etc/opt/remi/php73/php.d/20-opcache.ini/template-begin %patch18 -p1 %patch19 -p1 +%patch20 -p1 %build perl createlinks @@ -102,12 +105,13 @@ cat %{name}-%{version}-filelist %changelog -* Sun Nov 08 2020 Jean-Philipe Pialasse 1.1.0-17.sme +* Sun Nov 08 2020 Jean-Philipe Pialasse 1.1.0-21.sme - use php73-fpm [SME: 11003] - Require php-gmp for Nextcloud 19 and newer [SME: 11004] - add phpbasedir support so you can add individual access to dir or files [SME: 11083] simply use nextcloud PHPBaseDir property - increase FastCgiExternalServer php pool timeout to 300 [SME: 11084] +- ease use of a dedicated domaine with https [SME: 10885] * Mon Jan 27 2020 Jean-Philipe Pialasse 1.1.0-16.sme - fix missing Requirement and template-begins [SME: 10852]