From a42922480369681de4e75d75784b390b50795a8a Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 12 Jan 2023 14:59:37 +0100 Subject: [PATCH] fixes rhel condition --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index b351b5fc..0c01f15d 100644 --- a/chromium.spec +++ b/chromium.spec @@ -610,7 +610,7 @@ BuildRequires: python3-devel BuildRequires: python3-zipp BuildRequires: python3-simplejson -%if 0%{?rhel} <= 8 +%if 0%{?rhel} == 7 || 0%{?rhel} == 8 BuildRequires: python3-dataclasses %endif