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

- MariaDB restart on update [SME: 13019]
This commit is contained in:
Jean-Philippe Pialasse 2025-05-28 22:32:58 -04:00
parent 23626f948f
commit bb70c6cc07
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,7 @@ servicenames['freeradius']='radiusd',
servicenames['httpd']='httpd-admin','httpd-e-smith', servicenames['httpd']='httpd-admin','httpd-e-smith',
servicenames['iptables']='masq', servicenames['iptables']='masq',
servicenames['mariadb']='mariadb', servicenames['mariadb']='mariadb',
servicenames['MariaDB']='mariadb',
servicenames['nut']='nut', servicenames['nut']='nut',
servicenames['openldap']='ldap', servicenames['openldap']='ldap',
servicenames['openssh']='sshd', servicenames['openssh']='sshd',

View File

@ -2,7 +2,7 @@
Summary: Koozali SME Server rpm updater Summary: Koozali SME Server rpm updater
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 24 %define release 25
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -69,6 +69,9 @@ mkdir -p root/etc/yum.smerepos.d
%changelog %changelog
* Wed May 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-25.sme
- MariaDB restart on update [SME: 13019]
* Wed May 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-24.sme * 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] - fix not all gpg keys are imported during dnf transaction [SME: 13010]