From 2927f233cf7229871546f14d93db21d73787f6c8 Mon Sep 17 00:00:00 2001 From: sadlerm4 Date: Wed, 18 Dec 2024 06:41:00 +1100 Subject: [PATCH] fix: gping (#2663) * buildrequires mold * shebangs imply the existence of theybangs --- 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.}