--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2023/09/10 03:48:38 1.38 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2024/05/16 13:41:27 1.42 @@ -1,4 +1,4 @@ -%define release 28 +%define release 31 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -34,13 +34,17 @@ Patch23: smeserver-nextcloud-1.2.0-bz118 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 +Patch28: smeserver-nextcloud-1.2.0-bz12318-bz12412-NC26andhigher.patch +Patch29: smeserver-nextcloud-1.2.0-bz12611-bz12486.patch +Patch30: smeserver-nextcloud-1.2.0-bz12685-defaultphponinstall.patch BuildArch: noarch URL: https://www.nextcloud.com BuildRequires: e-smith-devtools -Requires: nextcloud-src >= 24.0.1 +Requires: nextcloud-src >= 26.0.1 Requires: e-smith-apache Requires: e-smith-mysql Requires: smeserver-webapps-common @@ -64,6 +68,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 @@ -103,6 +108,10 @@ Koozali SME Server Nextcloud files and c %patch25 -p1 touch root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/template-begin %patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 +%patch30 -p1 %build perl createlinks @@ -132,8 +141,22 @@ cat %{name}-%{version}-filelist %changelog +* Thu May 16 2024 Jean-Philippe Pialasse 1.2.0-31.sme +- fix php version on initial install [SME: 12685] + +* Fri Apr 12 2024 Jean-Philippe Pialasse 1.2.0-30.sme +- add maintenance windows start [SME: 12611] + increase frequency of cron task every 5 min +- fix missing full path [SME: 12486] + +* Mon Jan 29 2024 Jean-Philippe Pialasse 1.2.0-29.sme +- require nextcloud-src >= 26 [SME: 12318] + multiple fixes and rewrites +- restore default log level [SME: 12412] + * 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]