From 9d3e868cc9b6fdc7905752edb67b44977eb1e1797be5ef84c87d65dd95aa4dc5 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 6 Feb 2024 13:32:34 +0000 Subject: [PATCH] - Move systemd-reboot.service from udev to the main package as this service is useful in containers. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1487 --- files.systemd | 1 + files.udev | 1 - systemd.changes | 6 ++++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/files.systemd b/files.systemd index f86d254a..ba740265 100644 --- a/files.systemd +++ b/files.systemd @@ -603,6 +603,7 @@ %{_unitdir}/systemd-logind.service %{_unitdir}/systemd-machine-id-commit.service %{_unitdir}/systemd-poweroff.service +%{_unitdir}/systemd-reboot.service %{_unitdir}/systemd-soft-reboot.service %{_unitdir}/systemd-sysctl.service %{_unitdir}/systemd-sysext.service diff --git a/files.udev b/files.udev index 1f8a39cf..54fc044c 100644 --- a/files.udev +++ b/files.udev @@ -325,7 +325,6 @@ %{_unitdir}/systemd-pstore.service %{_unitdir}/systemd-quotacheck.service %{_unitdir}/systemd-random-seed.service -%{_unitdir}/systemd-reboot.service %{_unitdir}/systemd-remount-fs.service %{_unitdir}/systemd-rfkill.service %{_unitdir}/systemd-rfkill.socket diff --git a/systemd.changes b/systemd.changes index a4e9362a..52da74a0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 6 13:31:09 UTC 2024 - Franck Bui + +- Move systemd-reboot.service from udev to the main package as this service is + useful in containers. + ------------------------------------------------------------------- Tue Jan 23 13:44:21 UTC 2024 - Franck Bui