Skip to content

Commit ff46a56

Browse files
Don't create /usr/lib/.build-id files (#1)
* Don't create /usr/lib/.build-id files This change enables us to provide multiple rpm's that ship identical elf files. owncloud/client#11206 * Make linter happy --------- Co-authored-by: TheAssassin <theassassin@assassinate-you.net>
1 parent 8507f2a commit ff46a56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ldnp/rpm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ def generate_rpm(self, out_path: str):
122122
# better use a custom variable to make things explicit
123123
"--define",
124124
f"_install_root {self.context.install_root_dir}",
125+
# make the package coinstallable
126+
"--define",
127+
"_build_id_links none",
125128
"-bb",
126129
"package.spec",
127130
],

0 commit comments

Comments
 (0)