From c27d9ecb5ad87221047ea4392b1a42d447d8f5f4 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:11:57 -0700 Subject: [PATCH] fix(anda): List deps in the correct spot (#5315) (#5319) * fix?(anda): util-linux-script * fix: List the requires in the correct spot --------- (cherry picked from commit 967d522000b77863b504bc48c5a90535e9ae437e) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/tools/buildsys/anda/rust-anda.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 10ffb8430b..9911e62aed 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: 1%?dist +Release: 2%?dist Summary: Andaman Build toolchain License: MIT @@ -26,13 +26,6 @@ BuildRequires: libgit2-devel BuildRequires: libssh2-devel BuildRequires: mold -Requires: mock-scm -Requires: rpm-build -Requires: createrepo_c -Requires: git-core -Requires: libgit2 -Requires: script - %global _description %{expand: Andaman Build toolchain.} @@ -40,6 +33,12 @@ Andaman Build toolchain.} %package -n %{crate} Summary: %{summary} +Requires: mock-scm +Requires: rpm-build +Requires: createrepo_c +Requires: git-core +Requires: libgit2 +Requires: util-linux-script %description -n %{crate} %{_description}