--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2021/06/06 08:44:34 1.12 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/07/08 05:16:10 1.21 @@ -1,4 +1,4 @@ -%define release 10 +%define release 16 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -16,6 +16,14 @@ Patch5: smeserver-nextcloud-1.2.0.bz1126 Patch6: smeserver-nextcloud-1.2.0-bz11086.patch 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 +Patch14: smeserver-nextcloud-1.2.0-bz11972-rewriterules.patch + +# for later smeserver-nextcloud-1.2.0-bz12053-httpd24.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -38,7 +46,10 @@ Requires: php74-php-pecl-inotify Requires: php74-php-pecl-zip Requires: php74-php-pecl-imagick Requires: php74-php-gmp - +Requires: jq +Requires: smeserver-mariadb105 +#httpd24 Requires: e-smith-apache >= 2.6.0-19 +#httpd24 Requires: smeserver-php >= 3.0.0-43 %description Koozali SME Server Nextcloud files and configuration. @@ -55,6 +66,14 @@ Koozali SME Server Nextcloud files and c %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 + +# TODO patch httpd24 %build perl createlinks @@ -75,6 +94,7 @@ mkdir -p root/var/log/php/nextcloud --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)'\ + --file /usr/bin/nc_dbupdate 'attr(0755,root,root)'\ > %{name}-%{version}-filelist cat %{name}-%{version}-filelist @@ -84,8 +104,27 @@ cat %{name}-%{version}-filelist %changelog -* Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-10.sme +* 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] +- update rewriterules [SME: 11972] + +* 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] +- few nextcloud-occ-conf fixes [SME: 11973] + make occ used in scripts rather than OCC + +* Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-11.sme - fix logrotate error [SME: 11172] +- fix noise in error log * Sun Jun 06 2021 Jean-Philippe Pialasse 1.2.0-9.sme - fix dav redirections for domain use and subdir [SME: 11086]