We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b0701 + a793c93 commit 8198a1eCopy full SHA for 8198a1e
td-agent/yum/td-agent.spec.in
@@ -46,6 +46,10 @@
46
%else
47
%global __provides_exclude_from ^/opt/%{name}/.*\\.so.*
48
%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
53
%endif
54
55
%if %{use_systemd}
0 commit comments