From 2cda90bdb4d4d9696cd48f86677c092c51c679a4 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Sat, 4 Sep 2021 22:35:46 -0400 Subject: [PATCH] fix node conditional to be broader --- chromium.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index 976de9c..ccdcd2c 100644 --- a/chromium.spec +++ b/chromium.spec @@ -423,8 +423,8 @@ Source15: http://download.savannah.nongnu.org/releases/freebangfont/MuktiNarrow- Source16: https://github.com/web-platform-tests/wpt/raw/master/fonts/Ahem.ttf Source17: GardinerModBug.ttf Source18: GardinerModCat.ttf -# RHEL 7 needs newer nodejs -%if 0%{?rhel} == 7 +# RHEL 7|8 needs newer nodejs +%if 0%{?rhel} <= 8 Source19: https://nodejs.org/dist/latest-v12.x/node-v12.22.6-linux-x64.tar.xz Source21: https://nodejs.org/dist/latest-v12.x/node-v12.22.6-linux-arm64.tar.xz %endif