From 40325c11da1daa47d253db881bfdfb2188c90a0d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:24:10 -0800 Subject: [PATCH] Add: git runtime dep in anda.spec (#2490) (#2495) * Add: git runtime dep in anda.spec Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Change to libgit2 Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Bring back git-core Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Add mold build dep Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> (cherry picked from commit 018af0c8376462f544ba285ffe2cb1bada2f6e07) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/buildsys/anda/rust-anda.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 78e9776803..8e49e7eb5a 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -21,11 +21,13 @@ BuildRequires: openssl-devel BuildRequires: git-core BuildRequires: libgit2-devel BuildRequires: libssh2-devel +BuildRequires: mold Requires: mock Requires: rpm-build Requires: createrepo_c Requires: git-core +Requires: libgit2 %global _description %{expand: Andaman Build toolchain.}