Skip to content

Commit 8198a1e

Browse files
authored
Merge pull request #371 from kenhys/disable-build-id
yum: generate build_id in -debuginfo
2 parents 80b0701 + a793c93 commit 8198a1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

td-agent/yum/td-agent.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
%else
4747
%global __provides_exclude_from ^/opt/%{name}/.*\\.so.*
4848
%global __requires_exclude libjemalloc.*|libruby.*|/opt/%{name}/.*
49+
# Omit build_id links (/usr/lib/.build-id/xx/yy) from td-agent package
50+
# They are bundled in td-agent-debuginfo. It is intended not to
51+
# conflict with other packages
52+
%define _build_id_links alldebug
4953
%endif
5054

5155
%if %{use_systemd}

0 commit comments

Comments
 (0)