Set Node.js 18.x as the default for RHEL 10
This will likely change to 20.x closer to release, but we need a default in place for the time being. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
8cfad4cd12
commit
c541b7e256
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
# Determine if this should be the default version for this Fedora release
|
# Determine if this should be the default version for this Fedora release
|
||||||
# The default version will own /usr/bin/node and friends
|
# The default version will own /usr/bin/node and friends
|
||||||
%if 0%{?fedora} == 37 || 0%{?fedora} == 38
|
%if 0%{?fedora} == 37 || 0%{?fedora} == 38 || 0%{?rhel} == 10
|
||||||
%global nodejs_default %{nodejs_major}
|
%global nodejs_default %{nodejs_major}
|
||||||
%endif
|
%endif
|
||||||
%global nodejs_private_sitelib %{nodejs_sitelib}_%{nodejs_major}
|
%global nodejs_private_sitelib %{nodejs_sitelib}_%{nodejs_major}
|
||||||
|
Loading…
Reference in New Issue
Block a user