Skip to content

Commit

Permalink
[rpm] disable creating build-id links (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert authored May 6, 2024
1 parent 0848904 commit 78573b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/rpm/spec.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
%define _binary_payload w<%= compression_level %>.<%= compression_algo %>
<% end %>

# Disable creation of build-id links
%define _build_id_links none

# Metadata
Name: <%= name %>
Version: <%= version %>
Expand Down

0 comments on commit 78573b9

Please sign in to comment.