* Wed May 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-24.sme

- fix not all gpg keys are imported during dnf transaction [SME: 13010]
This commit is contained in:
2025-05-28 00:09:12 -04:00
parent dfd02f9da8
commit 23626f948f
3 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Summary: Koozali SME Server rpm updater
Name: %{name}
%define version 11.0.0
%define release 23
%define release 24
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -69,6 +69,9 @@ mkdir -p root/etc/yum.smerepos.d
%changelog
* Wed May 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-24.sme
- fix not all gpg keys are imported during dnf transaction [SME: 13010]
* Fri Mar 14 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-23.sme
- deactivate mariadb 10.5 module (do it on update) [SME: 12955]
- rewrite module setting to avoid failure [SME: 12962]