--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2018/12/21 03:13:11 1.11 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/08 00:10:56 1.12 @@ -1,4 +1,4 @@ -%define release 10 +%define release 11 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -18,6 +18,7 @@ Patch7: smeserver-nextcloud-1.1.0-bz1056 Patch8: smeserver-nextcloud-1.1.0-bz10564-fixIncludes-longUpdate.patch Patch9: smeserver-nextcloud-1.1.0-bz10608-fail2ban.patch Patch10: smeserver-nextcloud-1.1.0-bz10596-fix-update.patch +Patch11: smeserver-nextcloud-1.1.0-bz10695-memory-limit.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -51,6 +52,7 @@ Koozali SME Server Nextcloud files and c %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %build perl createlinks @@ -76,6 +78,10 @@ cat %{name}-%{version}-filelist %changelog +* Mon Jan 07 2019 Jean-Philipe Pialasse 1.1.0-11.sme +- increase memory limit to new default from 128M to 512M [SME: 10695] + add property to nextcloud db key MemoryLimit to set to local value if needed. + * Thu Dec 20 2018 Jean-Philipe Pialasse 1.1.0-10.sme - fix /var/log/php/nextcloud/ is missing [SME: 10601]