From 9462413ded127f3518b4f96c61378c87c3903ca5 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Mon, 3 Jun 2024 08:02:42 +0300 Subject: [PATCH] spec: Remove stray requires from examples Remove unfortunate require on Node.js packages (node, npm). Signed-off-by: Vitaly Chikunov --- .gear/llama.cpp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/.gear/llama.cpp.spec b/.gear/llama.cpp.spec index 5a00cb58d..8fb7c859e 100644 --- a/.gear/llama.cpp.spec +++ b/.gear/llama.cpp.spec @@ -21,6 +21,7 @@ Requires: python3(glob) Requires: python3(os) Requires: python3(pip) Requires: python3(struct) +%add_findreq_skiplist %_datadir/%name/examples/* BuildRequires(pre): rpm-macros-cmake BuildRequires: cmake