--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/05/19 03:22:22 1.14 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/07/08 03:11:04 1.19 @@ -1,4 +1,4 @@ -%define release 12 +%define release 16 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -17,6 +17,10 @@ Patch6: smeserver-nextcloud-1.2.0-bz1108 Patch7: smeserver-nextcloud-1.2.0-bz11086-dav-externalfs.patch Patch8: smeserver-nextcloud-1.2.0-bz11172-logrotate.patch Patch9: smeserver-nextcloud-1.2.0-bz11920-bz11854-bz11973.patch +Patch10: smeserver-nextcloud-1.2.0-bz11855-gencache.patch +Patch11: smeserver-nextcloud-1.2.0-bz11854.patch +Patch12: smeserver-nextcloud-1.2.0-bz11918-migrateloudDomain2VirtualHost.patch +Patch13: smeserver-nextcloud-1.2.0-bz11343-mariadb105.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -39,7 +43,8 @@ Requires: php74-php-pecl-inotify Requires: php74-php-pecl-zip Requires: php74-php-pecl-imagick Requires: php74-php-gmp - +Requires: jq +Requires: smeserver-mariadb105 %description Koozali SME Server Nextcloud files and configuration. @@ -57,6 +62,10 @@ Koozali SME Server Nextcloud files and c %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 %build perl createlinks @@ -87,6 +96,17 @@ cat %{name}-%{version}-filelist %changelog +* Thu Jul 07 2022 Jean-Philippe Pialasse 1.2.0-16.sme +- migrate property CloudDomain to VirtualHost [SME: 11918] +- use mariadb105 on new installs [SME: 11343] + +* Fri May 20 2022 Terry Fage 1.2.0-15.sme +- fix cron syntax error [SME: 11854] + +* Wed May 18 2022 Jean-Philippe Pialasse 1.2.0-14.sme +- fix gencache_init failed [SME: 11855] + fix missing nextcloud-conf action in update event + * Wed May 18 2022 Jean-Philippe Pialasse 1.2.0-12.sme - use php_pecl-apcu for cli [SME: 11920] - db update of keys and indexes [SME: 11854]