From d5fc9bee0869d9524f66e39ab766e2df05d7b24b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Fri, 14 Mar 2025 18:24:39 -0400 Subject: [PATCH] * Fri Mar 14 2025 Jean-Philippe Pialasse 11.0.0-22.sme - deactivate mariadb 10.5 module (do it on update) [SME: 12955] * Wed Mar 12 2025 Jean-Philippe Pialasse 11.0.0-21.sme - fix not all gpg keys are imported [SME: 12960] --- createlinks | 2 +- smeserver-update.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/createlinks b/createlinks index 27221d2..0084141 100755 --- a/createlinks +++ b/createlinks @@ -24,7 +24,7 @@ for ( qw(bootstrap-console-save dnf-update smeserver-update-update) ) event_link("rpm-import-keys", $_, "10"); } -for ( qw(post-install post-upgrade console-save)) +for ( qw(smeserver-update-update post-install post-upgrade console-save)) { event_link("dnf_modules", $_, "70"); } diff --git a/smeserver-update.spec b/smeserver-update.spec index ed1ee23..12e848e 100644 --- a/smeserver-update.spec +++ b/smeserver-update.spec @@ -2,7 +2,7 @@ Summary: Koozali SME Server rpm updater Name: %{name} %define version 11.0.0 -%define release 21 +%define release 22 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -68,6 +68,9 @@ mkdir -p root/etc/yum.smerepos.d %changelog +* Fri Mar 14 2025 Jean-Philippe Pialasse 11.0.0-22.sme +- deactivate mariadb 10.5 module (do it on update) [SME: 12955] + * Wed Mar 12 2025 Jean-Philippe Pialasse 11.0.0-21.sme - fix not all gpg keys are imported [SME: 12960]