Skip to content

Commit

Permalink
Merge pull request #5229 from henrywang/fix_rust_packaging
Browse files Browse the repository at this point in the history
copr: fix "No matching package to install: 'rust-packaging'" in
  • Loading branch information
cgwalters authored Jan 17, 2025
2 parents c424510 + 06bd623 commit 5158ded
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/rpm-ostree.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ ExcludeArch: %{ix86}
%endif

BuildRequires: make
%if 0%{?rhel}
BuildRequires: rust-toolset
%else
BuildRequires: rust-packaging
BuildRequires: cargo
BuildRequires: rust
%endif

# Enable ASAN + UBSAN
%bcond_with sanitizers
Expand Down

0 comments on commit 5158ded

Please sign in to comment.