add riscv64 to ExclusiveArch

This commit is contained in:
wangjunqiang 2023-06-26 15:37:33 +08:00 committed by laokz
parent 411aef39ca
commit 1c6e2329cc

View File

@ -1,6 +1,6 @@
Name: spice Name: spice
Version: 0.14.3 Version: 0.14.3
Release: 5 Release: 6
Summary: Implements the SPICE protocol Summary: Implements the SPICE protocol
Group: User Interface/Desktops Group: User Interface/Desktops
License: LGPLv2+ License: LGPLv2+
@ -16,7 +16,7 @@ Patch6003: backport-0004-CVE-2020-14355.patch
Patch6004: backport-0001-CVE-2021-20201.patch Patch6004: backport-0001-CVE-2021-20201.patch
Patch6005: backport-0002-CVE-2021-20201.patch Patch6005: backport-0002-CVE-2021-20201.patch
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 sw_64 loongarch64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 sw_64 loongarch64 riscv64
BuildRequires: gcc pkgconfig glib2-devel spice-protocol >= 0.14.0 opus-devel git-core gnupg2 BuildRequires: gcc pkgconfig glib2-devel spice-protocol >= 0.14.0 opus-devel git-core gnupg2
BuildRequires: pixman-devel openssl-devel libjpeg-devel libcacard-devel cyrus-sasl-devel BuildRequires: pixman-devel openssl-devel libjpeg-devel libcacard-devel cyrus-sasl-devel
@ -77,6 +77,9 @@ install -d %{buildroot}%{_libexecdir}
%doc README %doc README
%changelog %changelog
* Mon Jun 26 2023 wangjunqiang <wangjunqiang@iscas.ac.cn> - 0.14.3-6
- Add riscv64 to ExclusiveArch
* Thu Feb 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 0.14.3-5 * Thu Feb 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 0.14.3-5
- Add loongarch64 support - Add loongarch64 support