From 6406b296af6b0395fd12915a6e33d943a77cef52 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 6 Apr 2022 17:25:29 +0200 Subject: [PATCH] systemd: add patch for kernel 5.17 headers --- general/sysutils/systemd.xml | 16 ++++++++++++++-- introduction/welcome/changelog.xml | 10 +++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/general/sysutils/systemd.xml b/general/sysutils/systemd.xml index b4703801b1..27225cb3d4 100644 --- a/general/sysutils/systemd.xml +++ b/general/sysutils/systemd.xml @@ -86,6 +86,12 @@ + + + Required patch: + + + @@ -152,14 +158,20 @@ Installation of systemd - - Apply a patch to fix a security vulnerability and fix issues with the + First, apply a patch to fix a security vulnerability and fix issues with the default hostname on some systems: patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch + + Now, apply a patch to fix a problem with the linux kernel headers in + versions 5.17 and above: + + +patch -Np1 -i ../systemd-&systemd-version;-kernel_5.17_fixes-1.patch + Remove two unneeded groups, render and diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9eafe37697..87a45a9da6 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,15 @@ --> + + April 6th, 2022 + + + [pierre] - Patch systemd for new kernel headers in 5.17. + + + + April 5th, 2022 @@ -55,7 +64,6 @@ - April 3rd, 2022