From 018af0c8376462f544ba285ffe2cb1bada2f6e07 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:42:54 -0600 Subject: [PATCH] Add: git runtime dep in anda.spec (#2490) * 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> --- 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 765aa26900..353fbf5606 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -21,11 +21,13 @@ BuildRequires: openssl-devel-engine 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.}