--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/08 00:10:56 1.12 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/17 02:41:45 1.13 @@ -1,4 +1,4 @@ -%define release 11 +%define release 12 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -19,6 +19,9 @@ Patch8: smeserver-nextcloud-1.1.0-bz1056 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 +Patch12: smeserver-nextcloud-1.1.0-bz10709-well-known.patch +Patch13: smeserver-nextcloud-1.1.0-bz10711-occ-command.patch +Patch14: smeserver-nextcloud-1.1.0-bz10710-dbcolumnupdate.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -53,6 +56,10 @@ Koozali SME Server Nextcloud files and c %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 + %build perl createlinks @@ -78,6 +85,11 @@ cat %{name}-%{version}-filelist %changelog +* Wed Jan 16 2019 Jean-Philipe Pialasse 1.1.0-12.sme +- fix /.well-known check [SME: 10709] +- created a OCC command you can call as root as if you were the right user. [SME: 10711] +- night cron to fix db [SME: 10710 ] + * 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.