diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index 896bca5403a63cc5cb69b5f1243547f340ae1aa1..117cc3a4365498e6b9b93ed1f5987bfc47d7d225 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 56 +Release: 57 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -88,6 +88,8 @@ Requires: %{_bindir}/file Requires: %{_bindir}/grep Requires: %{_bindir}/sed Requires: %{_bindir}/xargs +# for brp-chrpath +Requires: %{_bindir}/chrpath %if "%{_arch}" == "riscv64" Requires: coreutils @@ -150,6 +152,12 @@ sed -i "s/__vendor/%{vendor}/g" `grep "__vendor" -rl %{buildroot}%{_rpmconfigdir %{rpmvdir}/find-requires.ksyms %changelog +* Wed May 08 2024 liqian - 30-57 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: add install requires + * Mon Apr 29 2024 xujing - 30-56 - don't delete the commented code in macros