From 766744ab885950291d20b73fe771404e1ad6593e Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 16 Mar 2022 18:05:30 +0100 Subject: [PATCH] fix(packaging): create RPMs without .build-id entries MONGOSH-1159 This makes the RPMs looks like they did before f2ab09af6100, and resolves a conflict with the server RPMs. --- packaging/rpm-template/SPECS/mongodb-mongosh.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/rpm-template/SPECS/mongodb-mongosh.spec b/packaging/rpm-template/SPECS/mongodb-mongosh.spec index 7e78adf86b..542e6cabec 100644 --- a/packaging/rpm-template/SPECS/mongodb-mongosh.spec +++ b/packaging/rpm-template/SPECS/mongodb-mongosh.spec @@ -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