!36 init ppc64le support

From: @hefq343 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-05-08 03:14:50 +00:00 committed by Gitee
commit 14bd587039
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: spice
Version: 0.14.3
Release: 6
Release: 7
Summary: Implements the SPICE protocol
Group: User Interface/Desktops
License: LGPLv2+
@ -16,7 +16,7 @@ Patch6003: backport-0004-CVE-2020-14355.patch
Patch6004: backport-0001-CVE-2021-20201.patch
Patch6005: backport-0002-CVE-2021-20201.patch
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 sw_64 riscv64 loongarch64
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 sw_64 riscv64 loongarch64 ppc64le
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
@ -77,6 +77,9 @@ install -d %{buildroot}%{_libexecdir}
%doc README
%changelog
* Sun Apr 28 2024 hefq343 <fengqing.he@shingroup.cn> - 0.14.3-7
- add ppc64le support
* Fri Aug 11 2023 yeqinglong <yeqinglong@kylinsec.com.cn> - 0.14.3-6
- add loongarch64 support