From 8a340e6514be8a7afa63c4fc9ab44d8881ba0697 Mon Sep 17 00:00:00 2001 From: Knut Anderssen Date: Wed, 3 Jul 2024 10:04:57 +0100 Subject: [PATCH 1/2] Set the transient hostname instead of the static. --- live/root/etc/systemd/system/agama-hostname.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/root/etc/systemd/system/agama-hostname.service b/live/root/etc/systemd/system/agama-hostname.service index 9f2a549611..0d8d898868 100644 --- a/live/root/etc/systemd/system/agama-hostname.service +++ b/live/root/etc/systemd/system/agama-hostname.service @@ -9,7 +9,7 @@ Before=avahi-daemon.service ConditionHost=localhost [Service] -ExecStart=hostnamectl hostname agama +ExecStart=hostnamectl hostname --transient agama Type=oneshot User=root From 0e7b2236be9cca51db906143a8ec4f707b6b5d4a Mon Sep 17 00:00:00 2001 From: Knut Anderssen Date: Wed, 3 Jul 2024 11:44:27 +0100 Subject: [PATCH 2/2] Added changelog --- live/src/agama-live.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/live/src/agama-live.changes b/live/src/agama-live.changes index 4d6f26a98f..6f93c64851 100644 --- a/live/src/agama-live.changes +++ b/live/src/agama-live.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 3 10:41:32 UTC 2024 - Knut Anderssen + +- Set agama as a transient hostname instead of an static one + (gh#openSUSE/agama#1432). + ------------------------------------------------------------------- Fri Jun 28 13:40:35 UTC 2024 - Ladislav Slezák