Skip to content

Commit

Permalink
fix(packaging): create RPMs without .build-id entries MONGOSH-1159 (#…
Browse files Browse the repository at this point in the history
…1236)

This makes the RPMs looks like they did before f2ab09a,
and resolves a conflict with the server RPMs.
  • Loading branch information
addaleax authored Mar 17, 2022
1 parent 95ad859 commit df88ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/rpm-template/SPECS/mongodb-mongosh.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# https://rpm-packaging-guide.github.io/#what-is-a-spec-file
%define _binary_payload w2.xzdio
# https://jira.mongodb.org/browse/MONGOSH-1159
%define _build_id_links none
# Work around https://salsa.debian.org/debian/debhelper/-/commit/8f29a0726bdebcb01b6fd768fde8016fcd5dc3f4
# (only relevant when building from Debian/Ubuntu)
%undefine _libexecdir
Expand Down

0 comments on commit df88ce8

Please sign in to comment.