From 79dea59fdf4e7ab259271d3134116e3c7cdeed1c Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 23 Oct 2024 17:05:20 +0200 Subject: [PATCH] fixed a condition for epel10 --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index dab7bea6..e44d2d3b 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%{?fedora} >= 37 || %if 0%{?rhel} > 9 BuildRequires: libusb-compat-0.1-devel %else BuildRequires: libusb-devel