From 97fa9741240a9d4708b00ab974b450bada260a0cd5e2ede0de7bbcb4e1b0a431 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 5 Feb 2024 13:57:41 +0000 Subject: [PATCH 1/3] reference bsc#1218297 in the changelog OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1486 --- systemd.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemd.changes b/systemd.changes index 7b532c61..a4e9362a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -37,6 +37,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 From 9d3e868cc9b6fdc7905752edb67b44977eb1e1797be5ef84c87d65dd95aa4dc5 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 6 Feb 2024 13:32:34 +0000 Subject: [PATCH 2/3] - 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 From 38b23cf1842daa0ff50cc203756397960caa87096b510c710e9a7cc10a868ae9 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 7 Feb 2024 13:27:55 +0000 Subject: [PATCH 3/3] - 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. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1488 --- systemd.changes | 7 +++++++ systemd.spec | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/systemd.changes b/systemd.changes index 52da74a0..08e85a9b 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 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)