Skip to content

Commit

Permalink
fix: gping (#2663)
Browse files Browse the repository at this point in the history
* buildrequires mold

* shebangs imply the existence of theybangs
  • Loading branch information
sadlerm4 authored Dec 17, 2024
1 parent de33fa5 commit 2927f23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion anda/langs/rust/gping/rust-gping.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.}
Expand Down

0 comments on commit 2927f23

Please sign in to comment.