From 2f8a29f16c2d3edd0d113aee2cc31b0bac8778ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Wed, 16 Jul 2025 12:33:19 +0200 Subject: [PATCH] Remove arch-specific dependency from npm This would make the package not really noarch, as it would always require the binary from the architecture it was built on. --- nodejs24.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs24.spec b/nodejs24.spec index 7de52ac..03a2742 100644 --- a/nodejs24.spec +++ b/nodejs24.spec @@ -227,7 +227,7 @@ Version: %{npm_version} Release: %{nodejs_subpackage_release} BuildArch: noarch -Requires: nodejs%{node_version_major}%{?_isa} = %{node_evr} +Requires: nodejs%{node_version_major} = %{node_evr} Recommends: nodejs%{node_version_major}-docs = %{node_evr} Provides: npm(npm) = %{npm_version}