summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-24 18:59:48 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-24 18:59:48 +0300
commitdaac4557d5f3cf983e2599f4429ec2549bc25888 (patch)
tree6e910d3fff7a879d0c5be5a7093a364a1bf4e04c /netdata.spec.in
parent1529ad3d472c1a581ad72cfac904dff6b7c3d65b (diff)
netdata/packaging: [ci skip] Emergent workaround fix for RPM packages - we have to check why build-id error started popping up now for RPM on go.d binary
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 8b77387f72..7563acc72f 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -1,6 +1,10 @@
# SPDX-License-Identifier: GPL-3.0-or-later
%global contentdir %{_datadir}/netdata
+
+#TODO: Temporary fix for the build-id error during go.d plugin set up
+%global _missing_build_ids_terminate_build 0
+
# This is temporary and should eventually be resolved. This bypasses
# the default rhel __os_install_post which throws a python compile
# error.