From 3c0fa670d2e59ee4e54629323f40c4e4b21dc298 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Mar 2023 15:08:44 -0500 Subject: [PATCH] Apply typo fix to specfile Signed-off-by: Stephen Gallagher --- nodejs20.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs20.spec b/nodejs20.spec index c219406..63d75a0 100644 --- a/nodejs20.spec +++ b/nodejs20.spec @@ -39,7 +39,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_major} %endif