--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2020/12/18 11:18:59 1.9 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2021/06/06 06:19:23 1.10 @@ -1,4 +1,4 @@ -%define release 7 +%define release 8 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -13,6 +13,7 @@ Patch2: smeserver-nextcloud-1.2.0.bz1108 Patch3: smeserver-nextcloud-1.2.0.bz11171-template-min-max-start-servers.patch Patch4: smeserver-nextcloud-1.2.0.bz11171-check-min-max-start-servers.patch Patch5: smeserver-nextcloud-1.2.0.bz11268-fix-typo-php-pool-template.patch +Patch6: smeserver-nextcloud-1.2.0-bz11086.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -49,6 +50,7 @@ Koozali SME Server Nextcloud files and c %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build perl createlinks @@ -68,6 +70,7 @@ mkdir -p root/var/log/php/nextcloud --ignoredir "/etc/sudoers.d" \ --file "/etc/sudoers.d/90_nextcloud" "attr(0440,root,root)" \ --file /usr/bin/OCC 'attr(0755,root,root)'\ + --file /usr/bin/occ 'attr(0755,root,root)'\ > %{name}-%{version}-filelist cat %{name}-%{version}-filelist @@ -77,6 +80,10 @@ cat %{name}-%{version}-filelist %changelog +* Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-8.sme +- add update event [SME: 11086] +- add occ as hard link of OCC + * Fri Dec 18 2020 John Crisp 1.2.0-7.sme - Fix typo in php pool template [SME: 11268]