make this stream not default for RHEL 10

Related: RHELPLAN-170474
This commit is contained in:
Jan Staněk 2024-08-14 14:36:20 +02:00
parent b301436b2c
commit 5946404cda
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

View File

@ -44,7 +44,7 @@
# Determine if this should be the default version for this Fedora release
# The default version will own /usr/bin/node and friends
%if 0%{?fedora} == 39 || 0%{?fedora} == 40 || 0%{?rhel} == 10
%if 0%{?fedora} == 39 || 0%{?fedora} == 40 || 0%{?rhel} < 10
%global nodejs_default %{nodejs_pkg_major}
%endif