fix: gping (#2663) (#2669)

* buildrequires mold

* shebangs imply the existence of theybangs

(cherry picked from commit 2927f233cf)

Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
This commit is contained in:
Raboneko
2024-12-17 11:46:47 -08:00
committed by GitHub
parent bd9b5159d3
commit 36faae055b
+5 -1
View File
@@ -1,6 +1,10 @@
# Generated by rust2rpm 23
%bcond_without check
# shebangs </3 rust
# can be removed when ratatui sort their shit out and stop marking rust source code as executable
%undefine __brp_mangle_shebangs
%global crate gping
Name: rust-gping
@@ -12,7 +16,7 @@ License: MIT
URL: https://crates.io/crates/gping
Source: %{crates_source}
BuildRequires: anda-srpm-macros rust-packaging >= 21
BuildRequires: anda-srpm-macros rust-packaging >= 21 mold
%global _description %{expand:
Ping, but with a graph.}