From f319f092b814c91af93f80df75060971d2151040 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 8 Sep 2024 02:41:40 -0500 Subject: [PATCH] RPM bug workaround --- anda/stardust/black-hole/stardust-black-hole.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/stardust/black-hole/stardust-black-hole.spec b/anda/stardust/black-hole/stardust-black-hole.spec index 0cb2e9763f..603c64a740 100644 --- a/anda/stardust/black-hole/stardust-black-hole.spec +++ b/anda/stardust/black-hole/stardust-black-hole.spec @@ -1,8 +1,7 @@ %global commit 0b847b6ddc383bfcc1e133a2238a37ce8202fe95 %global commit_date 20240824 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global debug_package %{nil} -%define __os_install_post %{nil} +%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-black-hole Version: %commit_date.%shortcommit @@ -36,5 +35,5 @@ Spatial storage for stardust xr %doc README.md %changelog -* Sat Sep 7 2024 Owen-sz +* Sat Sep 8 2024 Owen-sz - Package StardustXR black-hole \ No newline at end of file