From 7855f0ebe0fdcce65db5ac5ee83f92d2096fa97b Mon Sep 17 00:00:00 2001 From: hexiaowen Date: Wed, 6 May 2020 14:19:52 +0800 Subject: [PATCH] disable buildid link --- generic-rpm-config.spec | 8 +++++++- macros | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/generic-rpm-config.spec b/generic-rpm-config.spec index db43355..5fa576a 100644 --- a/generic-rpm-config.spec +++ b/generic-rpm-config.spec @@ -2,7 +2,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 9 +Release: 10 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -104,6 +104,12 @@ mkdir -p %{buildroot}%{_fileattrsdir} %{_rpmconfigdir}/macros.d/* %changelog +* Wed May 6 2020 openEuler Buildteam - 30-10 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: disable buildid link macro + * Tue Feb 11 2020 openEuler Buildteam - 30-9 - Type:enhancement - ID:NA diff --git a/macros b/macros index 7f361c6..b06faea 100644 --- a/macros +++ b/macros @@ -21,6 +21,8 @@ %_debugsource_packages 1 #%_debuginfo_subpackages 1 +%_build_id_links none + #============================================================================== # ---- compiler flags. -- Gitee