From 214f2441b9651c57d0cb5624b231df90af75c531 Mon Sep 17 00:00:00 2001 From: xujing Date: Fri, 2 Feb 2024 15:29:24 +0800 Subject: [PATCH] openEuler-rpm-config: fix __find-requires macro not working --- Give-a-warning-when-using-kabi-outside-our-stablelis.patch | 2 +- openEuler-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Give-a-warning-when-using-kabi-outside-our-stablelis.patch b/Give-a-warning-when-using-kabi-outside-our-stablelis.patch index d2cba8e..07304b7 100644 --- a/Give-a-warning-when-using-kabi-outside-our-stablelis.patch +++ b/Give-a-warning-when-using-kabi-outside-our-stablelis.patch @@ -231,7 +231,7 @@ index 5207045..df7e41e 100644 kernel_module_package_release 1 -+__find_requires /usr/lib/rpm/__vendor/find-requires ++%__find_requires /usr/lib/rpm/__vendor/find-requires #kernel_module_package [ -n name ] [ -v version ] [ -r release ] diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index 8356abd..6248719 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 38 +Release: 39 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -138,6 +138,9 @@ sed -i "s/__vendor/%{vendor}/g" `grep "__vendor" -rl %{buildroot}%{_rpmconfigdir %{rpmvdir}/find-requires.ksyms %changelog +* Fri Feb 02 2024 xujing - 30-39 +- fix __find-requires macro not working + * Tue Nov 21 2023 xujing - 30-38 - add the scanning path of the rpath fix the ELF file cannot be found due to escape of '\' -- Gitee