diff --git a/general/genlib/keyutils.xml b/general/genlib/keyutils.xml
index 62ade0d0f0..a4915b9c94 100644
--- a/general/genlib/keyutils.xml
+++ b/general/genlib/keyutils.xml
@@ -113,7 +113,7 @@ make
Now, as the root user:
-make NO_ARLIB=1 install
+make NO_ARLIB=1 LIBDIR=/usr/lib BINDIR=/usr/bin SBINDIR=/usr/sbin install
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 4fd7322a64..6ae7666f85 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,16 @@
-->
+
+ July 8th, 2021
+
+
+ [renodr] - Adapt keyutils to merged-/usr changes. Partially
+ fixes #15223.
+
+
+
+
July 7th, 2021