From 8e114212265618ba4ced936be6fcb9255ec2ea25 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 19 Feb 2021 19:05:23 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mesa.git#e874b043ca5afe2ee14a9bab293c261c5f51142e --- mesa.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index e8689df..d4a3657 100644 --- a/mesa.spec +++ b/mesa.spec @@ -3,9 +3,11 @@ %global with_vulkan_hw 1 %global with_vdpau 1 %global with_vaapi 1 +%if !0%{?rhel} %global with_nine 1 %global with_omx 1 %global with_opencl 1 +%endif %global base_dri nouveau,r100,r200 %global base_vulkan ,amd %endif @@ -50,7 +52,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 21.0.0-rc4 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.mesa3d.org @@ -529,7 +531,7 @@ popd %{_libdir}/dri/radeonsi_drv_video.so %endif %endif -%if 0%{?with_hardware} +%if 0%{?with_opencl} %dir %{_libdir}/gallium-pipe %{_libdir}/gallium-pipe/*.so %endif @@ -596,6 +598,9 @@ popd %endif %changelog +* Fri Feb 19 2021 Adam Jackson - 21.0.0~rc4-2 +- Disable OpenMAX, OpenCL, and nine in RHEL + * Wed Feb 17 2021 Pete Walter - 21.0.0~rc4-1 - Update to 21.0.0-rc4