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.
This commit is contained in:
Jan Staněk 2025-07-16 12:33:19 +02:00
commit 2f8a29f16c
No known key found for this signature in database
GPG key ID: 2972F2037B243B6D

View file

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