Include nodejs build dependency explicitely

Resolves: RHEL-126606

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
This commit is contained in:
Sergio Arroutbi 2025-11-05 18:50:50 +01:00
parent 3eddd5aad5
commit d880a06632
No known key found for this signature in database
GPG Key ID: A3E819DEA8102235

View File

@ -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