From bad6ee85c4f468295239a8e0d744d00ab4a82968 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Feb 08 2024 23:06:24 +0000 Subject: fixed the fedora/rhel condition --- diff --git a/chromium.spec b/chromium.spec index 32da47f..9063d0e 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1065,7 +1065,7 @@ udev. %endif %if ! %{bundlelibxml} -%if 0%{?fedora} < 40 || 0%{?rhel} < 10 +%if 0%{?fedora} && 0%{?fedora} < 40 || 0%{?rhel} && 0%{?rhel} < 10 %patch -P90 -p1 -b .system-libxml %endif %endif