mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-25 01:45:35 +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}
|
Provides: bundled(v8) = %{v8_version}
|
||||||
|
|
||||||
# Make sure we keep NPM up to date when we update Node.js
|
# 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
|
# EPEL doesn't support Recommends, so make it strict
|
||||||
Requires: npm = %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist}
|
Requires: npm = %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist}
|
||||||
%else
|
%else
|
||||||
|
|
Loading…
Reference in a new issue