From 3f23126e65742c9415fe273fe7f6c4121fb4f9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Wed, 14 Aug 2024 13:32:15 +0200 Subject: [PATCH] make this stream the default for RHEL 10 Related: RHELPLAN-170474 --- nodejs22.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs22.spec b/nodejs22.spec index a6d734e..446510a 100644 --- a/nodejs22.spec +++ b/nodejs22.spec @@ -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