From f52869f8815e660b85bbb27c4a96ebdad5c08654 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:10:24 -0700 Subject: [PATCH] fix: youki (#2054) (#2067) Signed-off-by: madomado (cherry picked from commit ac1c119234deeece32944f86511f27eb8949a487) Co-authored-by: madomado --- anda/langs/rust/youki/youki.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/langs/rust/youki/youki.spec b/anda/langs/rust/youki/youki.spec index fc62d043af..c23429149f 100644 --- a/anda/langs/rust/youki/youki.spec +++ b/anda/langs/rust/youki/youki.spec @@ -17,6 +17,7 @@ BuildRequires: libseccomp-devel BuildRequires: elfutils-libelf-devel BuildRequires: binutils BuildRequires: fdupes +BuildRequires: mold %description youki is an implementation of the OCI runtime-spec in Rust, similar to runc.