]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
NEWS: ditch mention of libxz.so
authorJan Engelhardt <jengelh@inai.de>
Fri, 21 Feb 2025 22:43:42 +0000 (23:43 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 26 Feb 2025 13:58:59 +0000 (07:58 -0600)
There is no libxz.so; xz produces liblzma.so.N.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Link: https://github.com/kmod-project/kmod/pull/288
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
(cherry picked from commit 81560482517370a00e03f33f0113259d1ee8c8b5)

NEWS

diff --git a/NEWS b/NEWS
index 0b274c654150dae695ea0119f48366c5fd7d1e02..02cd69a3204511706583cb207632fe86f76f8484 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,8 +14,8 @@ kmod 34
          target distros while developers can use the build-dev.ini configuration
          file.
 
-       - Allow to load decompression libraries ondemand: liblzma.so, libz.so,
-         libxz.so and libzstd.so can now be loaded ondemand, only when there is
+       - Allow to load decompression libraries ondemand: liblzma.so, libz.so
+         and libzstd.so can now be loaded ondemand, only when there is
          such a need. For use during early boot for loading modules, if
          configured well it means none of these libraries are loaded: the
          module loading logic via finit_module() will just hand over to kernel