From fb1177f7a3ac79b5a96a7d7c7b850da0776f78b9 Mon Sep 17 00:00:00 2001 From: wxiat Date: Thu, 30 Nov 2023 15:54:37 +0800 Subject: [PATCH] sw-20231130 --- spice.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spice.spec b/spice.spec index 501b54b..a099971 100644 --- a/spice.spec +++ b/spice.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Name: spice Version: 0.14.3 Release: 4%{anolis_release}%{?dist} @@ -23,7 +23,7 @@ Patch8: 0008-OpenSSL-1.1-disable-client-side-renegotiation.patch %if 0%{?rhel} && 0%{?rhel} <= 7 ExclusiveArch: x86_64 %else -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 loongarch64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 loongarch64 sw_64 %endif BuildRequires: pkgconfig @@ -115,6 +115,9 @@ mkdir -p %{buildroot}%{_libexecdir} %changelog +* Thu Nov 30 2023 wuxiat - 0.14.3-4.0.2 +- add sw patch + * Thu Oct 13 2022 gongwen - 0.14.3-4.0.1 - Add support for loongarch64 -- Gitee