diff --git a/mesa.spec b/mesa.spec index 2368ce8c969314a1d16913da8c2c7aee408e6c78..b5f88772e71861c6616ca8fc660343982d5c9e96 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}