From 9c7e6ff8533136b4c24b3e6ab062a0590973920e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 16 Mar 2022 00:11:15 +0800 Subject: [PATCH 1/2] systemd: remove --strip-compoents=1 from man page installation command systemd-man-pages-250.tar.xz has no additional leading components. An errata is required. --- chapter08/systemd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 22d067ad6..2ce2b1b83 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -180,7 +180,7 @@ meson --prefix=/usr \ Install the man pages: -tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man +tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz -C /usr/share/man Remove a useless directory: From ce6088a1c17005e8db5e0f1b7260bc3ff2abf922 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 16 Mar 2022 00:14:14 +0800 Subject: [PATCH 2/2] changelog: dbus is systemd revision only --- chapter01/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 60943c051..cae05e442 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -100,7 +100,7 @@ [xry111] - Update to MarkupSafe-2.1.0. Fixes #5015. - + [xry111] - Update to dbus-1.14.0. Fixes #5017.