generated from smedev/Template-for-SMEServer-Core-Package
Compare commits
2 Commits
11_0_0-23_
...
master
Author | SHA1 | Date | |
---|---|---|---|
bb70c6cc07 | |||
23626f948f |
@@ -19,7 +19,7 @@ for ( qw(install remove update) )
|
|||||||
|
|
||||||
safe_symlink("restart", "root/etc/e-smith/events/dnf-modify/services2adjust/dnf");
|
safe_symlink("restart", "root/etc/e-smith/events/dnf-modify/services2adjust/dnf");
|
||||||
|
|
||||||
for ( qw(bootstrap-console-save dnf-update smeserver-update-update) )
|
for ( qw(bootstrap-console-save dnf-update ) )
|
||||||
{
|
{
|
||||||
event_link("rpm-import-keys", $_, "10");
|
event_link("rpm-import-keys", $_, "10");
|
||||||
}
|
}
|
||||||
|
@@ -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',
|
||||||
|
@@ -8,6 +8,7 @@ SyslogIdentifier=dnf_update_dbs
|
|||||||
ExecStartPre=-/etc/e-smith/events/actions/dnf_modules
|
ExecStartPre=-/etc/e-smith/events/actions/dnf_modules
|
||||||
ExecStartPre=/sbin/e-smith/service-status dnf
|
ExecStartPre=/sbin/e-smith/service-status dnf
|
||||||
ExecStart=/sbin/e-smith/dnf_update_dbs
|
ExecStart=/sbin/e-smith/dnf_update_dbs
|
||||||
|
ExecStartPost=/etc/e-smith/events/actions/rpm-import-keys
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
@@ -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 23
|
%define release 25
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -69,6 +69,12 @@ 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
|
||||||
|
- 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
|
* 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]
|
- deactivate mariadb 10.5 module (do it on update) [SME: 12955]
|
||||||
- rewrite module setting to avoid failure [SME: 12962]
|
- rewrite module setting to avoid failure [SME: 12962]
|
||||||
|
Reference in New Issue
Block a user