--- rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/07/08 05:16:10 1.21 +++ rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec 2022/07/08 16:10:29 1.25 @@ -1,4 +1,4 @@ -%define release 16 +%define release 17 %define version 1.2.0 Summary: Koozali SME Server Nextcloud configuration @@ -22,6 +22,9 @@ Patch11: smeserver-nextcloud-1.2.0-bz118 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 +Patch15: smeserver-nextcloud-1.2.0-bz12094-use-src.patch +Patch16: smeserver-nextcloud-1.2.0-bz12016-backup.patch +Patch17: smeserver-nextcloud-1.2.0-bz12096-bz12095.patch # for later smeserver-nextcloud-1.2.0-bz12053-httpd24.patch @@ -30,7 +33,7 @@ URL: https://www.nextcloud.com BuildRequires: e-smith-devtools -Requires: nextcloud >= 20.0.1 +Requires: nextcloud-src >= 24.0.1 Requires: e-smith-apache Requires: e-smith-mysql Requires: smeserver-webapps-common @@ -72,6 +75,9 @@ Koozali SME Server Nextcloud files and c %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 # TODO patch httpd24 @@ -104,10 +110,17 @@ cat %{name}-%{version}-filelist %changelog +* Fri Jul 08 2022 Jean-Philippe Pialasse 1.2.0-17.sme +- fix gencache again [SME: 12096] +- fix ldap users/groups not availables on first run [SME: 12095] + * 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] +- update to NC24 [SME: 12094] + use a nextcloud-src rpm and avoid conflicts between web and rpm updates +- add to backup [SME: 12016] * Fri May 20 2022 Terry Fage 1.2.0-15.sme - fix cron syntax error [SME: 11854]