From 313a035b106aba48949eff02c27d8701880d178c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 6 Sep 2023 12:05:04 +0800 Subject: [PATCH 1/2] dependencies: Zstd should be in binutils-rundeps too --- appendices/dependencies.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 0ab386dff..c84776374 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -294,7 +294,7 @@ &runtime; - Glibc and Zlib + Glibc, Zlib, and Zstd From 26d11785ec231ac43c3ce8fb392991064a4c3acd Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 6 Sep 2023 15:55:07 +0800 Subject: [PATCH 2/2] changelog: Fix typo --- chapter01/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2debc0c0a..af1590611 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,7 +45,7 @@ [xry111] - Move pkgconf before binutils for binutils - building system to detect zstd properly. + building system to detect zstd properly. Fixes #5340.