From 8f3cdf3a445d5152e2063d5ac89efc016c4139b9 Mon Sep 17 00:00:00 2001 From: xujing Date: Fri, 2 Feb 2024 15:25:43 +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 1c90dc5..9e01b86 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 37 +Release: 38 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -132,6 +132,9 @@ sed -i "s/__vendor/%{vendor}/g" `grep "__vendor" -rl %{buildroot}%{_rpmconfigdir %{rpmvdir}/find-requires.ksyms %changelog +* Fri Feb 02 2024 xujing - 30-38 +- fix __find-requires macro not working + * Thu Jan 25 2024 yueyaoqiang - 30-37 - fix loongarch and sw for compile parameter -- Gitee