From 611aa08482fde559b3c7e4e5dbb09904bb5ff98d Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 23 Oct 2024 17:07:10 +0200 Subject: [PATCH] fix typo --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index e44d2d3b..a1c75c4b 100644 --- a/chromium.spec +++ b/chromium.spec @@ -551,7 +551,7 @@ BuildRequires: libgcrypt-devel BuildRequires: libudev-devel BuildRequires: libuuid-devel -%if 0%{?fedora} >= 37 || %if 0%{?rhel} > 9 +%if 0%{?fedora} >= 37 || 0%{?rhel} > 9 BuildRequires: libusb-compat-0.1-devel %else BuildRequires: libusb-devel