Skip to content

Commit

Permalink
fix: rpm package should not contain build id links (grafana#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgouteroux committed Mar 15, 2023
1 parent 4ba5062 commit 00262a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make/packaging.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ define generate_fpm =
--before-remove packaging/$(1)/control/prerm \
--config-files /etc/grafana-agent.yaml \
--config-files $(ENVIRONMENT_FILE_$(1)) \
--rpm-rpmbuild-define "_build_id_links none" \
--package $(4) \
dist/grafana-agent-linux-$(3)=/usr/bin/grafana-agent \
dist/grafana-agentctl-linux-$(3)=/usr/bin/grafana-agentctl \
Expand Down

0 comments on commit 00262a3

Please sign in to comment.