Skip to content

Commit

Permalink
Update systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzxmicah committed Dec 5, 2024
1 parent 2c3c5db commit 99b375e
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions SPECS-PATCHES/systemd.patch
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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}

Expand All @@ -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

Expand Down

0 comments on commit 99b375e

Please sign in to comment.