--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/11/24 02:17:51 1.28 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2024/04/12 20:57:29 1.41 @@ -1,4 +1,4 @@ -%define release 20 +%define release 30 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -27,13 +27,23 @@ Patch16: smeserver-nextcloud-1.2.0-bz120 Patch17: smeserver-nextcloud-1.2.0-bz12096-bz12095.patch Patch18: smeserver-nextcloud-1.2.0-bz12053-httpd24.patch Patch19: smeserver-nextcloud-1.2.0-bz12208-bz12187-bz12241.patch +Patch20: smeserver-nextcloud-1.2.0-bz12277-disablefunctions-systempdir.patch +Patch21: smeserver-nextcloud-1.2.0-bz12299-opcache.patch +Patch22: smeserver-nextcloud-1.2.0-eventsactionsfixes.patch +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 +Patch28: smeserver-nextcloud-1.2.0-bz12318-bz12412-NC26andhigher.patch +Patch29: smeserver-nextcloud-1.2.0-bz12611-bz12486.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 @@ -49,6 +59,15 @@ Requires: php74-php-pecl-inotify Requires: php74-php-pecl-zip Requires: php74-php-pecl-imagick Requires: php74-php-gmp +Requires: php81-php-smbclient +Requires: php81-php-opcache +Requires: php81-php-pecl-apcu +Requires: php81-php-pecl-inotify +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 @@ -80,6 +99,17 @@ Koozali SME Server Nextcloud files and c %patch17 -p1 %patch18 -p1 %patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%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 +%patch28 -p1 +%patch29 -p1 %build perl createlinks @@ -98,7 +128,6 @@ mkdir -p root/var/log/php/nextcloud --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ --ignoredir "/etc/sudoers.d" \ --file "/etc/sudoers.d/90_nextcloud" "attr(0440,root,root)" \ - --file /usr/bin/OCC 'attr(0755,root,root)'\ --file /usr/bin/occ 'attr(0755,root,root)'\ --file /usr/bin/nc_dbupdate 'attr(0755,root,root)'\ > %{name}-%{version}-filelist @@ -110,6 +139,48 @@ cat %{name}-%{version}-filelist %changelog +* 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] + +* 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] +- recognize need cpuinfo access [SME: 12339 ] +- remove simple signup link [SME: 12329] + +* Wed Feb 08 2023 Jean-Philippe Pialasse 1.2.0-24.sme +- increase action script speed [SME: 12319] + +* Sat Jan 21 2023 Jean-Philippe Pialasse 1.2.0-23.sme +- typo fix [SME: 11890] + +* Wed Jan 11 2023 Jean-Philippe Pialasse 1.2.0-22.sme +- use of runuser in place of sudo -u [SME: 11890] + usage of /usr/bin/occ where possible + removal of /usr/bin/OCC + +* Mon Jan 09 2023 Jean-Philippe Pialasse 1.2.0-21.sme +- update disabled_fucntions list [SME: 12277] +- allow customization of opcache for Nextcloud see wiki [SME: 12299] +- actions scripts update + * Wed Nov 23 2022 Jean-Philippe Pialasse 1.2.0-20.sme - set overwrite.cli.url [SME: 12208] - allow shell_exec [SME: 12187]