From e3ab6721150e67992304edbcae56da73f04b87f6 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 18 Apr 2023 18:17:45 +0200 Subject: [PATCH] Revert "Tighten mesa-va-drivers recommends again (rhbz#2161338)" This reverts commit fc4b7f9dddd37cba875a1959c56cd560f0853a43. --- mesa.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mesa.spec b/mesa.spec index b8a7860..82bfaf5 100644 --- a/mesa.spec +++ b/mesa.spec @@ -190,13 +190,7 @@ Provides: libEGL-devel%{?_isa} Summary: Mesa-based DRI drivers Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %if 0%{?with_va} -%global major %(echo %{version} | cut -d. -f1) -%global minor %(echo %{version} | cut -d. -f2) -%global minor_next %(v="%{minor}"; echo $((++v))) -# Do not require the exact full version but rather the matching -# major.minor of the mesa release in order to allow for alternative -# providers from other repos to slightly lag behind. -Recommends: (%{name}-va-drivers%{?_isa} >= %{?epoch:%{epoch}:}%{major}.%{minor} with %{name}-va-drivers%{?_isa} < %{?epoch:%{epoch}:}%{major}.%{minor_next}) +Recommends: %{name}-va-drivers%{?_isa} %endif %description dri-drivers