From 0ee9f9458ab5badff61231ec03a9a92cb1f814ff Mon Sep 17 00:00:00 2001 From: Jingwiw Date: Sat, 25 May 2024 00:02:34 +0800 Subject: [PATCH] add riscv64 arch (cherry picked from commit 54f048261c484cfae706fb82de5a2d7eec361414) --- cri-o.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cri-o.spec b/cri-o.spec index 7c26465..d600bfc 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 + * Tue Apr 2 2024 zhangbowei - 0:1.29.2-4 - Type:bugfix - CVE:NA -- Gitee