From 7c0a62e9e3db26f127c9475bd1a3da4e09b53dac Mon Sep 17 00:00:00 2001 From: huayadong Date: Wed, 8 May 2024 13:30:47 +0800 Subject: [PATCH] fixing file libvdpau_virtio_gpu.so installation conflicts --- mesa.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index cefb91a..98d253a 100644 --- a/mesa.spec +++ b/mesa.spec @@ -52,7 +52,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 23.3.1 -Release: 1 +Release: 2 License: MIT URL: http://www.mesa3d.org @@ -556,7 +556,6 @@ done %endif %{_datadir}/drirc.d/00-radv-defaults.conf %{_datadir}/vulkan/icd.d/radeon_icd.*.json -%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1* %{_libdir}/libvulkan_radeon.so %{_libdir}/libvulkan_lvp.so %{_datadir}/vulkan/icd.d/lvp_icd.*.json @@ -568,6 +567,9 @@ done %endif %changelog +* Fri May 10 2024 huayadong - 23.3.1-2 +- fixing file libvdpau_virtio_gpu.so installation conflicts + * Tue Dec 19 2023 zhangpan - 23.3.1-1 - upgrade to mesa-23.3.1 -- Gitee