fix: gping (#2663)

* buildrequires mold

* shebangs imply the existence of theybangs
This commit is contained in:
sadlerm4
2024-12-18 06:41:00 +11:00
committed by GitHub
parent de33fa5ae4
commit 2927f233cf
+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.}