diff --git a/root/usr/lib/systemd/system/bootstrap-console.service b/root/usr/lib/systemd/system/bootstrap-console.service index 40503cc..8de279e 100644 --- a/root/usr/lib/systemd/system/bootstrap-console.service +++ b/root/usr/lib/systemd/system/bootstrap-console.service @@ -2,7 +2,7 @@ Description=SME server bootstrap-console DefaultDependencies=no Conflicts=shutdown.target -After=livesys.service plymouth-quit-wait.service +After=livesys.service After=systemd-vconsole-setup.service Before=getty@tty1.service Before=shutdown.target diff --git a/smeserver-base.spec b/smeserver-base.spec index 553de5a..67ddc97 100644 --- a/smeserver-base.spec +++ b/smeserver-base.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module %define name smeserver-base Name: %{name} %define version 11.0.0 -%define release 24 +%define release 25 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -188,6 +188,9 @@ fi %changelog +* Tue Feb 04 2025 Jean-Philippe Pialasse 11.0.0-25.sme +- fix boot ordering cycle [SME: 12902] + * Sun Jan 26 2025 Jean-Philippe Pialasse 11.0.0-24.sme - ippp and wan requires daemontools bins [SME: 12566]