From 0db7e111df23a3ccfe0d85b840f6915945943fc8 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:46:36 -0800 Subject: [PATCH] fix: gping (#2663) (#2668) * buildrequires mold * shebangs imply the existence of theybangs (cherry picked from commit 2927f233cf7229871546f14d93db21d73787f6c8) Co-authored-by: sadlerm4 --- anda/langs/rust/gping/rust-gping.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anda/langs/rust/gping/rust-gping.spec b/anda/langs/rust/gping/rust-gping.spec index 6d13aef791..96cd6cfa67 100644 --- a/anda/langs/rust/gping/rust-gping.spec +++ b/anda/langs/rust/gping/rust-gping.spec @@ -1,6 +1,10 @@ # Generated by rust2rpm 23 %bcond_without check +# shebangs = 21 +BuildRequires: anda-srpm-macros rust-packaging >= 21 mold %global _description %{expand: Ping, but with a graph.}