--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2023/08/18 04:03:34 1.34 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2023/09/10 03:58:27 1.39 @@ -1,4 +1,4 @@ -%define release 25 +%define release 28 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -33,6 +33,8 @@ Patch22: smeserver-nextcloud-1.2.0-event Patch23: smeserver-nextcloud-1.2.0-bz11890-runuser.patch Patch24: smeserver-nextcloud-1.2.0-bz12319-filescan.patch Patch25: smeserver-nextcloud-1.2.0-bz12329-bz12298-bz12339-bz12401.patch +Patch26: smeserver-nextcloud-1.2.0-bz12298-opcachesegfault.patch +Patch27: smeserver-nextcloud-1.2.0-bz12401-redis.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -63,6 +65,7 @@ Requires: php81-php-pecl-zip Requires: php81-php-pecl-imagick Requires: php81-php-gmp Requires: php81-php-redis +Requires: smeserver-redis Requires: jq Requires: smeserver-mariadb105 Requires: e-smith-apache >= 2.6.0-19 @@ -100,6 +103,9 @@ Koozali SME Server Nextcloud files and c %patch23 -p1 %patch24 -p1 %patch25 -p1 +touch root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/template-begin +%patch26 -p1 +%patch27 -p1 %build perl createlinks @@ -129,6 +135,16 @@ cat %{name}-%{version}-filelist %changelog +* Sat Sep 09 2023 Jean-Philippe Pialasse 1.2.0-28.sme +- workaround opcache segfault with php 81 using in memory only [SME: 12298] +- index file cache using Redis [SME: 12401] + +* Sat Sep 09 2023 John Crisp 1.2.0-27.sme +- Fix syntax error in 20opcache.ini [SME: 12298] + +* Sat Aug 19 2023 Jean-Philippe Pialasse 1.2.0-26.sme +- fix missing template-begin + * Tue Aug 08 2023 Jean-Philippe Pialasse 1.2.0-25.sme - make php81 compatible for NC 25 and higher [SME: 12298] - requires php81-redis [SME: 12401]