From 6081ae4f1ced877413102f16cdfd47a03b436bf3 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 14 Oct 2022 12:03:06 +0200 Subject: [PATCH] Revert "Recommend split out mesa-va-drivers if mesa-dri-drivers is installed (#2123998)" This is now handled in the mesa driver intead This reverts commit 424031d864e9e9c52f17ccfb43eab3380806693c. --- libva.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libva.spec b/libva.spec index a053d11..e61df7e 100644 --- a/libva.spec +++ b/libva.spec @@ -2,7 +2,7 @@ Name: libva Version: 2.15.0 -Release: 3%{?dist} +Release: 2%{?dist} Summary: Video Acceleration (VA) API for Linux License: MIT URL: https://github.com/intel/libva @@ -29,9 +29,6 @@ BuildRequires: pkgconfig(wayland-scanner) >= 1 } # owns the %%{_libdir}/dri directory Requires: mesa-filesystem%{_isa} -%if 0%{?fedora} >= 37 -Recommends: (mesa-va-drivers%{?_isa} if mesa-dri-drivers) -%endif %description Libva is a library providing the VA API video acceleration API. @@ -86,9 +83,6 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %{_libdir}/pkgconfig/libva*.pc %changelog -* Sun Oct 02 2022 Pete Walter - 2.15.0-3 -- Recommend split out mesa-va-drivers if mesa-dri-drivers is installed (#2123998) - * Thu Jul 21 2022 Fedora Release Engineering - 2.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild