From 0c39404489d356e40ecfee2831c59f0391d863dc Mon Sep 17 00:00:00 2001 From: jchzhou Date: Tue, 24 Sep 2024 16:24:41 +0800 Subject: [PATCH] fix the `unpackaged file zink_dri.so` issue for riscv64 Signed-off-by: jchzhou --- mesa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 2368ce8..b5f8877 100644 --- a/mesa.spec +++ b/mesa.spec @@ -61,7 +61,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 24.2.1 -Release: 2 +Release: 3 License: MIT URL: http://www.mesa3d.org @@ -562,7 +562,7 @@ done %{_libdir}/dri/udl_dri.so %endif -%ifarch %{ix86} x86_64 %{arm} aarch64 +%ifarch %{ix86} x86_64 %{arm} aarch64 riscv64 %{_libdir}/dri/zink_dri.so %endif @@ -610,6 +610,9 @@ done %endif %changelog +* Tue Sep 24 2024 jchzhou - 24.2.1-3 +- fix the `unpackaged file zink_dri.so issue` for riscv64 + * Tue Sep 10 2024 jchzhou - 24.2.1-2 - add upstream gallivm patch, enable zink for {x86_64,aarch64} -- Gitee