From 99b375e0878e938c5d3be6974baa29d163c99594 Mon Sep 17 00:00:00 2001 From: Fxzx micah <48860358+fxzxmicah@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:17:42 +0800 Subject: [PATCH] Update systemd --- SPECS-PATCHES/systemd.patch | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/SPECS-PATCHES/systemd.patch b/SPECS-PATCHES/systemd.patch index 6acf7de..50855ba 100644 --- a/SPECS-PATCHES/systemd.patch +++ b/SPECS-PATCHES/systemd.patch @@ -1,6 +1,6 @@ ---- systemd.spec 2024-11-29 19:42:01.166625130 +0800 -+++ systemd.spec.new 2024-11-29 21:34:27.974572510 +0800 -@@ -536,9 +536,8 @@ +--- systemd.spec 2024-12-06 00:14:56.921400452 +0800 ++++ systemd.spec.new 2024-12-06 00:13:07.141409911 +0800 +@@ -536,28 +536,52 @@ the version that works with Secure Boot. %endif @@ -12,7 +12,14 @@ Requires: %{name}%{_isa} = %{version}-%{release} Requires(post): systemd%{_isa} = %{version}-%{release} Requires(preun): systemd%{_isa} = %{version}-%{release} -@@ -549,11 +548,40 @@ + Requires(postun): systemd%{_isa} = %{version}-%{release} +-# For systemd-vmspawn which uses qemu: +-Recommends: qemu-kvm-core +-Recommends: qemu-device-display-virtio-gpu +-Recommends: qemu-device-display-virtio-vga + # Obsolete parent package so that dnf will install new subpackage on upgrade (#1260394) + Obsoletes: %{name} < 229-5 + # Bias the system towards libcurl-minimal if nothing pulls in full libcurl (#1997040) Suggests: libcurl-minimal License: LGPL-2.1-or-later @@ -44,7 +51,7 @@ +Requires(preun): systemd%{_isa} = %{version}-%{release} +Requires(postun): systemd%{_isa} = %{version}-%{release} +# For systemd-vmspawn which uses qemu: -+Requires: qemu-kvm ++Requires: qemu-kvm-core +Recommends: qemu-device-display-virtio-gpu +Recommends: qemu-device-display-virtio-vga +License: LGPL-2.1-or-later @@ -56,7 +63,7 @@ %package journal-remote # Name is the same as in Debian -@@ -1036,6 +1064,10 @@ +@@ -1040,6 +1064,10 @@ # Split files in build root into rpms python3 %{SOURCE2} %buildroot %{!?want_bootloader:--no-bootloader} @@ -67,7 +74,7 @@ %check %if %{with tests} meson test -C %{_vpath_builddir} -t 6 --print-errorlogs -@@ -1289,9 +1321,13 @@ +@@ -1291,9 +1319,13 @@ %files boot-unsigned -f .file-list-boot %endif