!11 disable buildid link when rpmbuild

Merge pull request !11 from 何晓文/master
This commit is contained in:
openeuler-ci-bot 2020-06-08 17:23:39 +08:00 committed by Gitee
commit b281143c84
2 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: %{vendor}-rpm-config Name: %{vendor}-rpm-config
Version: 30 Version: 30
Release: 9 Release: 10
License: GPL+ License: GPL+
Summary: specific rpm configuration files Summary: specific rpm configuration files
URL: https://gitee.com/src-openeuler/openEuler-rpm-config URL: https://gitee.com/src-openeuler/openEuler-rpm-config
@ -104,6 +104,12 @@ mkdir -p %{buildroot}%{_fileattrsdir}
%{_rpmconfigdir}/macros.d/* %{_rpmconfigdir}/macros.d/*
%changelog %changelog
* Wed May 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 30-10
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: disable buildid link macro
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 30-9 * Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 30-9
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA

2
macros
View File

@ -21,6 +21,8 @@
%_debugsource_packages 1 %_debugsource_packages 1
#%_debuginfo_subpackages 1 #%_debuginfo_subpackages 1
%_build_id_links none
#============================================================================== #==============================================================================
# ---- compiler flags. # ---- compiler flags.