From d880a066320dd72fa119654096dda7fd55b50c17 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Wed, 5 Nov 2025 18:50:50 +0100 Subject: [PATCH] Include nodejs build dependency explicitely Resolves: RHEL-126606 Signed-off-by: Sergio Arroutbi --- llhttp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llhttp.spec b/llhttp.spec index df8baad..6f8959e 100644 --- a/llhttp.spec +++ b/llhttp.spec @@ -58,7 +58,8 @@ Source4: audited-null-licenses.toml # on architectures without NodeJS. ExclusiveArch: %{nodejs_arches} -# For generating the C source “release” from TypeScript: +# For generating the C source "release" from TypeScript: +BuildRequires: nodejs BuildRequires: nodejs-devel BuildRequires: make