From de0e719297e3a0abb9ff3d9a84c5ada7e5eff6fd Mon Sep 17 00:00:00 2001 From: Jingwiw Date: Fri, 24 May 2024 14:37:50 +0000 Subject: [PATCH] enable riscv64 build Signed-off-by: Jingwiw --- cri-o.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cri-o.spec b/cri-o.spec index 491df46..d29f417 100644 --- a/cri-o.spec +++ b/cri-o.spec @@ -21,7 +21,7 @@ Name: cri-o Version: 1.29.2 Epoch: 0 -Release: 4 +Release: 5 Summary: Open Container Initiative-based implementation of Kubernetes Container Runtime Interface License: ASL 2.0 URL: https://github.com/cri-o/cri-o @@ -32,7 +32,7 @@ Patch0001: 0001-fix-CVE-2024-24786.patch Patch0002: 0002-fix-CVE-2023-48795.patch Patch0003: 0003-fix-CVE-2024-28180.patch -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm}} +ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm} riscv64} BuildRequires: btrfs-progs-devel device-mapper-devel go-srpm-macros BuildRequires: golang >= 1.21, git-core, glib2-devel, glibc-static, openEuler-rpm-config BuildRequires: gpgme-devel, libassuan-devel, libseccomp-devel, systemd-devel, make @@ -161,6 +161,12 @@ install -dp %{buildroot}%{_sharedstatedir}/containers %{_datadir}/zsh/site-functions/_%{service_name}* %changelog +* Fri May 24 2024 Jingwiw - 0:1.29.2-5 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC: enable riscv64 + * Thu Mar 28 2024 zhangbowei - 0:1.29.2-4 - Type:bugfix - CVE:NA -- Gitee