From c16ab304d17d68e73d89bcc41fe6ff48ad47ba58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 3 Feb 2022 00:29:57 +0000 Subject: [PATCH] Update qt5-qtbase.spec expansion of %if !0%{?rhel} < 8 <=> if (!0%{?rhel}) < 8 which is always true --- qt5-qtbase.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 7dcd875..388fe5e 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -373,7 +373,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Summary: Qt5 GUI-related libraries Requires: %{name}%{?_isa} = %{version}-%{release} # where Recommends are supported -%if ! 0%{?rhel} < 8 +%if 0%{?fedora} || 0%{?rhel} > 8 Recommends: mesa-dri-drivers %endif Obsoletes: qt5-qtbase-x11 < 5.2.0