From 1a29b094e9a2f8caf0b27c5c89152bf47c8c7ee6 Mon Sep 17 00:00:00 2001 From: xujing Date: Fri, 2 Feb 2024 15:11:29 +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 0eeda09..a1e3def 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 47 +Release: 48 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -145,6 +145,9 @@ sed -i "s/__vendor/%{vendor}/g" `grep "__vendor" -rl %{buildroot}%{_rpmconfigdir %{rpmvdir}/find-requires.ksyms %changelog +* Fri Feb 02 2024 xujing - 30-48 +- fix __find-requires macro not working + * Mon Dec 11 2023 jiahua.yu - 30-47 - Init support for arch ppc64le -- Gitee