--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2020/11/16 10:15:19 1.7 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2020/12/01 14:23:26 1.8 @@ -1,4 +1,4 @@ -%define release 5 +%define release 6 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -11,6 +11,7 @@ Patch0: smeserver-nextcloud-1.2.0-bz1087 Patch1: smeserver-nextcloud-1.2.0.bz11086-db-phpver-typo.patch Patch2: smeserver-nextcloud-1.2.0.bz11086-add-missing-conf-details.patch 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 BuildArch: noarch URL: https://www.nextcloud.com @@ -45,6 +46,7 @@ Koozali SME Server Nextcloud files and c %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build perl createlinks @@ -73,6 +75,10 @@ cat %{name}-%{version}-filelist %changelog +* Tue Dec 01 2020 John Crisp 1.2.0-6.sme +- Add a check for the Min/Max/Start servers [SME: 11171] +- https://bugs.contribs.org/show_bug.cgi?id=11171#c4 + * Mon Nov 16 2020 John Crisp 1.2.0-5.sme - Template missing Min/Start/Max Servers and Children [SME: 11171]