make this stream the default for RHEL 10

Related: RHELPLAN-170474
This commit is contained in:
Jan Staněk 2024-08-14 13:32:15 +02:00
parent d82557d446
commit 3f23126e65
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

View File

@ -2,7 +2,7 @@
# The default version will own /usr/bin/node and friends
%global nodejs_pkg_major 22
%if 0%{?fedora} == 41 || 0%{?fedora} == 42 || 0%{?rhel} == 11
%if 0%{?fedora} == 41 || 0%{?fedora} == 42 || 0%{?rhel} == 10
%global nodejs_default %{nodejs_pkg_major}
%endif