From c1126ff1a67958f28b04b0e7e9aae6f07a4c15c4 Mon Sep 17 00:00:00 2001 From: wxiat Date: Wed, 19 Jul 2023 17:28:56 +0800 Subject: [PATCH] add sw Signed-off-by: wxiat --- mesa.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index ea9f06a..1233596 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global llvm_toolset %{nil} %global llvm_pkg_prefix %{nil} @@ -21,7 +22,7 @@ %define with_vulkan_hw 0 %endif -%ifarch %{arm} aarch64 +%ifarch %{arm} aarch64 sw_64 %define with_xa 1 %endif @@ -38,7 +39,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 22.1.5 -Release: 2%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{anolis_release}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -548,6 +549,9 @@ done %endif %changelog +* Wed Jul 19 2023 wxiat - 22.1.5-2.0.1 +- add sw arch + * Thu Sep 01 2022 Dave Airlie