diff --git a/openEuler-fix-brp-ldconfig.patch b/openEuler-fix-brp-ldconfig.patch index fb9d564a488857d07c0fc7ee687633ffe18861a2..81763f243babd044e08b0aefd51b933dcbb8f17f 100644 --- a/openEuler-fix-brp-ldconfig.patch +++ b/openEuler-fix-brp-ldconfig.patch @@ -16,7 +16,7 @@ index 678136a..7ef0539 100644 # Build root policy macros. Standard naming: # convert all '-' in basename to '_', add two leading underscores. -%__brp_ldconfig /usr/lib/rpm/%{_vendor}/brp-ldconfig -+%__brp_ldconfig /usr/lib/rpm/euleros/brp-ldconfig ++%__brp_ldconfig /usr/lib/rpm/openEuler/brp-ldconfig %__brp_compress /usr/lib/rpm/brp-compress %__brp_strip /usr/lib/rpm/brp-strip %{__strip} %__brp_strip_comment_note /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index 2195fb26bf655e262f65371d15c19e62beb5ca57..9d37a70211e8f62ecea8dba277cc43fa5a9c965f 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -9,7 +9,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 15 +Release: 16 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -149,6 +149,9 @@ popd %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Thu Mar 25 2021 shenyangyang - 30-16 +- Change the wrong hardened coded vendor + * Fri Mar 19 2021 shenyangyang - 30-15 - Change the name of spec to openEuler-rpm-spec and fix few bugs