--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2020/11/16 10:15:19 1.7 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/05/19 03:39:37 1.15 @@ -1,4 +1,4 @@ -%define release 5 +%define release 13 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -11,6 +11,13 @@ Patch0: smeserver-nextcloud-1.2.0-bz1087 Patch1: smeserver-nextcloud-1.2.0.bz11086-db-phpver-typo.patch Patch2: smeserver-nextcloud-1.2.0.bz11086-add-missing-conf-details.patch Patch3: smeserver-nextcloud-1.2.0.bz11171-template-min-max-start-servers.patch +Patch4: smeserver-nextcloud-1.2.0.bz11171-check-min-max-start-servers.patch +Patch5: smeserver-nextcloud-1.2.0.bz11268-fix-typo-php-pool-template.patch +Patch6: smeserver-nextcloud-1.2.0-bz11086.patch +Patch7: smeserver-nextcloud-1.2.0-bz11086-dav-externalfs.patch +Patch8: smeserver-nextcloud-1.2.0-bz11172-logrotate.patch +Patch9: smeserver-nextcloud-1.2.0-bz11920-bz11854-bz11973.patch +Patch10: smeserver-nextcloud-1.2.0-bz11855-gencache.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -45,6 +52,13 @@ Koozali SME Server Nextcloud files and c %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 %build perl createlinks @@ -64,6 +78,8 @@ mkdir -p root/var/log/php/nextcloud --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 cat %{name}-%{version}-filelist @@ -73,6 +89,35 @@ cat %{name}-%{version}-filelist %changelog +* Wed May 18 2022 Jean-Philippe Pialasse 1.2.0-13.sme +- fix gencache_init failed [SME: 11855] + +* Wed May 18 2022 Jean-Philippe Pialasse 1.2.0-12.sme +- use php_pecl-apcu for cli [SME: 11920] +- db update of keys and indexes [SME: 11854] +- few nextcloud-occ-conf fixes [SME: 11973] + make occ used in scripts rather than OCC + +* Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-11.sme +- fix logrotate error [SME: 11172] +- fix noise in error log + +* Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-9.sme +- fix dav redirections for domain use and subdir [SME: 11086] +- refresh externalfs on loading, best for ibays +- tidying + +* Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-8.sme +- add update event [SME: 11086] +- add occ as hard link of OCC + +* Fri Dec 18 2020 John Crisp 1.2.0-7.sme +- Fix typo in php pool template [SME: 11268] + +* Tue Dec 01 2020 John Crisp 1.2.0-6.sme +- Add a check for the Min/Max/Start servers [SME: 11171] +- https://bugs.contribs.org/show_bug.cgi?id=11171#c4 + * Mon Nov 16 2020 John Crisp 1.2.0-5.sme - Template missing Min/Start/Max Servers and Children [SME: 11171]