From 6af7c4071da71c3b52461ba80d90c68cb06ee12c391fa98d09f5fe785e275d8a Mon Sep 17 00:00:00 2001 From: Filippo Bonazzi Date: Fri, 2 Feb 2024 08:17:38 +0000 Subject: [PATCH] Accepting request 1143299 from home:michals:branches:Base:System - Split hcn-init.service to hcn-init-NetworkManager and hcn-init-wicked (bsc#1200731 ltc#198485 https://github.com/ibm-power-utilities/powerpc-utils/pull/84) Support both the old and new service to avoid complex version interdependency. OBS-URL: https://build.opensuse.org/request/show/1143299 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=68 --- default-SUSE.preset | 2 ++ systemd-presets-common-SUSE.changes | 7 +++++++ systemd-presets-common-SUSE.spec | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/default-SUSE.preset b/default-SUSE.preset index e569dfd..343061d 100644 --- a/default-SUSE.preset +++ b/default-SUSE.preset @@ -22,6 +22,8 @@ disable fstrim.service enable fstrim.timer enable getty@.service enable hcn-init.service +enable hcn-init-NetworkManager.service +enable hcn-init-wicked.service enable ignition-delete-config.service enable ignition-firstboot-complete.service enable irqbalance.service diff --git a/systemd-presets-common-SUSE.changes b/systemd-presets-common-SUSE.changes index 099accd..5c6cbc1 100644 --- a/systemd-presets-common-SUSE.changes +++ b/systemd-presets-common-SUSE.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 1 10:59:49 UTC 2024 - Michal Suchanek + +- Split hcn-init.service to hcn-init-NetworkManager and hcn-init-wicked + (bsc#1200731 ltc#198485 https://github.com/ibm-power-utilities/powerpc-utils/pull/84) + Support both the old and new service to avoid complex version interdependency. + ------------------------------------------------------------------- Tue Dec 12 16:33:55 UTC 2023 - Callum Farmer diff --git a/systemd-presets-common-SUSE.spec b/systemd-presets-common-SUSE.spec index b55c82b..94fa894 100644 --- a/systemd-presets-common-SUSE.spec +++ b/systemd-presets-common-SUSE.spec @@ -1,7 +1,7 @@ # # spec file for package systemd-presets-common-SUSE # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed