From 326e6ee19ea58ab9524bb6a979e934832a54d5fe Mon Sep 17 00:00:00 2001 From: gongwen Date: Thu, 13 Oct 2022 23:31:39 +0800 Subject: [PATCH] Add support for loongarch64 --- spice.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spice.spec b/spice.spec index f1c1dd8..501b54b 100644 --- a/spice.spec +++ b/spice.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.1 Name: spice Version: 0.14.3 -Release: 4%{?dist} +Release: 4%{anolis_release}%{?dist} Summary: Implements the SPICE protocol Group: User Interface/Desktops License: LGPLv2+ @@ -22,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 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 loongarch64 %endif BuildRequires: pkgconfig @@ -114,6 +115,9 @@ mkdir -p %{buildroot}%{_libexecdir} %changelog +* Thu Oct 13 2022 gongwen - 0.14.3-4.0.1 +- Add support for loongarch64 + * Tue Jan 19 2021 Julien Ropé - 0.14.3-4 - Disable client-side renegotiation to prevent potential DoS Resolves: rhbz#1904459 -- Gitee