From 69264a384a774d2828e14bc2347631d4a6ab1865 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:46:50 -0700 Subject: [PATCH] fix(anda): The path solver cannot be used for deps (#5327) (#5331) (cherry picked from commit 6ff0f0f4b8ca403500a2ed111aa59db2c4fe32b3) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/tools/buildsys/anda/rust-anda.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 9790f29264..e8fb429c0f 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -6,7 +6,7 @@ Name: rust-anda Version: 0.4.12 -Release: 3%?dist +Release: 4%?dist Summary: Andaman Build toolchain License: MIT @@ -38,7 +38,9 @@ Requires: rpm-build Requires: createrepo_c Requires: git-core Requires: libgit2 -Requires: script +%if 0%{?fedora} >= 42 +Requires: util-linux-script +%endif %description -n %{crate} %{_description}