--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/17 02:41:45 1.13 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/17 03:42:59 1.15 @@ -1,4 +1,4 @@ -%define release 12 +%define release 13 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -76,6 +76,7 @@ mkdir -p root/var/log/php/nextcloud --dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \ --dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \ --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ + --file /usr/bin/OCC 'attr(0755,root,root)'\ > %{name}-%{version}-filelist cat %{name}-%{version}-filelist @@ -85,7 +86,7 @@ cat %{name}-%{version}-filelist %changelog -* Wed Jan 16 2019 Jean-Philipe Pialasse 1.1.0-12.sme +* 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] - night cron to fix db [SME: 10710 ]