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 7b532c61..08e85a9b 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 6 14:48:27 UTC 2024 - Franck Bui + +- Drop python3-pefile dependency from the experimental package. MicroOs is fond + of the experimental stuff but OTOH it doesn't ship python3. Let's drop the + dependency for now, users of ukify are invited to install python3-pe manually. + +------------------------------------------------------------------- +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 @@ -37,6 +50,10 @@ Fri Jan 12 09:34:14 UTC 2024 - Franck Bui - Import commit 67a5ac1043417d900bf417a884372ae14a96ef69 (merge of v254.8) + It includes the following fix: + + 029272750f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008) + For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/071ac409a0564863657d8f8a5a35e6a4f914695f...67a5ac1043417d900bf417a884372ae14a96ef69 diff --git a/systemd.spec b/systemd.spec index 8d1621ef..74c76cf8 100644 --- a/systemd.spec +++ b/systemd.spec @@ -676,8 +676,6 @@ refer to %{_testsuitedir}/integration-tests/README.testsuite. Summary: Experimental systemd features License: LGPL-2.1-or-later Requires: %{name} = %{version}-%{release} -# Needed by ukify -Requires: python3-pefile %systemd_requires # fdisk is a build requirement for repart BuildRequires: pkgconfig(fdisk)