Skip to content

Commit df88ce8

Browse files
authored
fix(packaging): create RPMs without .build-id entries MONGOSH-1159 (#1236)
This makes the RPMs looks like they did before f2ab09a, and resolves a conflict with the server RPMs.
1 parent 95ad859 commit df88ce8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/rpm-template/SPECS/mongodb-mongosh.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# https://rpm-packaging-guide.github.io/#what-is-a-spec-file
22
%define _binary_payload w2.xzdio
3+
# https://jira.mongodb.org/browse/MONGOSH-1159
4+
%define _build_id_links none
35
# Work around https://salsa.debian.org/debian/debhelper/-/commit/8f29a0726bdebcb01b6fd768fde8016fcd5dc3f4
46
# (only relevant when building from Debian/Ubuntu)
57
%undefine _libexecdir

0 commit comments

Comments
 (0)