--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2018/04/12 01:19:40 1.8 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/08 00:10:56 1.12 @@ -1,4 +1,4 @@ -%define release 7 +%define release 11 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -16,6 +16,9 @@ Patch5: smeserver-nextcloud-1.1.0-bz1055 Patch6: smeserver-nextcloud-1.1.0-bz10560-signal-event-hang.patch Patch7: smeserver-nextcloud-1.1.0-bz10564-improve-shares.patch 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 @@ -47,14 +50,19 @@ Koozali SME Server Nextcloud files and c %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 %build perl createlinks %install rm -rf %{buildroot} +mkdir -p root/var/log/php/nextcloud (cd root; find . -depth -print | cpio -dump %{buildroot}) /sbin/e-smith/genfilelist %{buildroot} \ + --dir /var/log/php/nextcloud 'attr(0755,www,www)' \ --dir /var/lib/php/nextcloud 'attr(0755,www,www)' \ --dir /var/lib/php/nextcloud/tmp 'attr(0755,www,www)' \ --dir /var/lib/php/nextcloud/opcache 'attr(0755,www,www)' \ @@ -70,6 +78,19 @@ 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] + +* Wed Dec 19 2018 Jean-Philipe Pialasse 1.1.0-9.sme +- fix timeout on update [SME: 10596] + +* Wed Jul 04 2018 Jean-Philipe Pialasse 1.1.0-8.sme +- fix wrong filter name for fail2ban jail.conf [SME: 10608] + * Wed Apr 11 2018 Jean-Philipe Pialasse 1.1.0-7.sme - fix long update [SME: 10564] - fix IncludeIbay not working.