diff --git a/spice.spec b/spice.spec index f1c1dd87d8afa6fe7db6c30ddc7dcd1880d7fa96..501b54baf6177d332cf0f322891cc6014ea33b56 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