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:
parent
3a5bedd133
commit
2f8a29f16c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue