From 85f60de11f706fb14b6b31f9b80c0ce815f6f68f Mon Sep 17 00:00:00 2001 From: yezengruan Date: Wed, 23 Nov 2022 17:30:17 +0800 Subject: [PATCH] Delete vendor hardcoded information Signed-off-by: yezengruan (cherry picked from commit e7ccee6a418f36928a6fd13ec947665c43d5d1a5) --- 0007-kpatch_elf-compatible-with-older-versions-of-the-so-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0007-kpatch_elf-compatible-with-older-versions-of-the-so-.patch b/0007-kpatch_elf-compatible-with-older-versions-of-the-so-.patch index 219043f..1612b6b 100644 --- a/0007-kpatch_elf-compatible-with-older-versions-of-the-so-.patch +++ b/0007-kpatch_elf-compatible-with-older-versions-of-the-so-.patch @@ -4,7 +4,7 @@ Date: Tue, 1 Mar 2022 16:07:37 +0800 Subject: [PATCH 1/2] kpatch_elf: compatible with older versions of the so naming rules -New openEuler so naming rules have been changed, such as: +The so naming rules have been changed, such as: old so naming rules: libc-x.y.z.so <-----> new so naming rules: libc.so.x.y.z