From c3168efcf78b72623dacee44ae447abfdd12b7cd Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 4 Oct 2024 21:48:41 +0800 Subject: [PATCH] fix: felix (#2136) Signed-off-by: madomado --- anda/langs/rust/felix/rust-felix.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/langs/rust/felix/rust-felix.spec b/anda/langs/rust/felix/rust-felix.spec index 5a3a6d46c0..15ef6d177b 100644 --- a/anda/langs/rust/felix/rust-felix.spec +++ b/anda/langs/rust/felix/rust-felix.spec @@ -1,5 +1,6 @@ # Generated by rust2rpm 23 %global crate felix +%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: rust-felix Version: 2.14.0 @@ -10,7 +11,7 @@ License: MIT URL: https://crates.io/crates/felix Source: %{crates_source} -BuildRequires: anda-srpm-macros rust-packaging >= 21 +BuildRequires: anda-srpm-macros rust-packaging >= 21 mold %global _description %{expand: Tui file manager with vim-like key mapping.}