mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Minor conditional fix
Recommands does not exist on RHEL, not just EPEL
This commit is contained in:
parent
ddf9147898
commit
b73e62c1a9
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ Provides: bundled(c-ares) = %{c_ares_version}
|
|||
Provides: bundled(v8) = %{v8_version}
|
||||
|
||||
# Make sure we keep NPM up to date when we update Node.js
|
||||
%if 0%{?epel}
|
||||
%if 0%{?rhel}
|
||||
# EPEL doesn't support Recommends, so make it strict
|
||||
Requires: npm = %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist}
|
||||
%else
|
||||
|
|
Loading…
Reference in a new issue