--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/07/30 18:04:17 1.27 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2023/01/21 13:50:42 1.32 @@ -1,4 +1,4 @@ -%define release 19 +%define release 23 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -26,6 +26,11 @@ Patch15: smeserver-nextcloud-1.2.0-bz120 Patch16: smeserver-nextcloud-1.2.0-bz12016-backup.patch 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 BuildArch: noarch URL: https://www.nextcloud.com @@ -78,7 +83,11 @@ Koozali SME Server Nextcloud files and c %patch16 -p1 %patch17 -p1 %patch18 -p1 - +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 %build perl createlinks @@ -97,7 +106,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 @@ -109,6 +117,24 @@ cat %{name}-%{version}-filelist %changelog +* 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] +- fix username conflict with group name [SME: 12241] + * Sat Jul 30 2022 Brian Read 1.2.0-19.sme - Re-build and link to latest devtools [SME: 11997]