--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/17 03:42:59 1.15 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/02/17 05:27:58 1.16 @@ -1,4 +1,4 @@ -%define release 13 +%define release 14 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -22,6 +22,7 @@ Patch11: smeserver-nextcloud-1.1.0-bz106 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 +Patch15: smeserver-nextcloud-1.1.0-bz10728-OCC512.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -37,6 +38,7 @@ Requires: php71-php-smbclient Requires: php71-php-opcache Requires: php71-php-pecl-apcu Requires: perl-JSON +Requires: php71-php-pecl-inotify %description Koozali SME Server Nextcloud files and configuration. @@ -59,6 +61,7 @@ Koozali SME Server Nextcloud files and c %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 %build @@ -86,6 +89,10 @@ cat %{name}-%{version}-filelist %changelog +* Sun Feb 17 2019 Jean-Philipe Pialasse 1.1.0-14.sme +- fix 512MB error on events [SME: 10728] +- add requirement for inotify support [SME: 10733] + * Wed Jan 16 2019 Jean-Philipe Pialasse 1.1.0-13.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]