summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@verizonmedia.com>2021-11-18 12:55:38 +0100
committerGitHub <noreply@github.com>2021-11-18 12:55:38 +0100
commita3a76f09fdf15927924aabd06acc16c48803349e (patch)
treed6293651b60f39597affdcbcff9569bd888b000b /dist
parent037992b85f8bde38b21ad72be686ba7df543d1e5 (diff)
parentc898ced0c132ff08764acd47b55d81ee64155da4 (diff)
Merge pull request #20077 from vespa-engine/revert-20076-revert-20069-hakonhall/add-vespa-program-to-vespa-clients-rpm
Add vespa program to vespa-clients RPM, try 2
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 031213ac693..12d21214eb3 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -6,6 +6,10 @@
# Only strip debug info
%global _find_debuginfo_opts -g
+# Go binaries' build-ids are not recognized by RPMs yet, see
+# https://github.com/rpm-software-management/rpm/issues/367.
+%global _missing_build_ids_terminate_build 0
+
# Force special prefix for Vespa
%define _prefix /opt/vespa
%define _vespa_deps_prefix /opt/vespa-deps
@@ -764,6 +768,7 @@ fi
%dir %{_prefix}/conf/vespa-feed-client
%dir %{_prefix}/lib
%dir %{_prefix}/lib/jars
+%{_prefix}/bin/vespa
%{_prefix}/bin/vespa-feed-client
%{_prefix}/conf/vespa-feed-client/logging.properties
%{_prefix}/lib/jars/vespa-http-client-jar-with-dependencies.jar