From 3875bdbcf709da7364e2ac233b2f6a0835ec565c Mon Sep 17 00:00:00 2001 From: chendexi Date: Tue, 10 Dec 2024 02:16:42 +0000 Subject: [PATCH] enable riscv64 Signed-off-by: chendexi --- cri-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cri-tools.spec b/cri-tools.spec index 5cbec61..fe85328 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -13,7 +13,7 @@ Name: cri-tools Version: 1.29.0 -Release: 2 +Release: 3 Summary: CLI and validation tools for Container Runtime Interface License: ASL 2.0 URL: https://%{goipath} @@ -22,7 +22,7 @@ Source1: https://github.com/cpuguy83/go-md2man/archive/refs/tags/v2.0.3.ta Patch0001: 0001-fix-CVE-2024-24786.patch -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm} ppc64le s390x} +ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm} ppc64le s390x riscv64} BuildRequires: golang, glibc-static, git Provides: crictl = %{version}-%{release} @@ -63,6 +63,12 @@ install -p -m 644 docs/crictl.1 %{buildroot}%{_mandir}/man1 %{_mandir}/man1/crictl* %changelog +* Fri May 24 2024 Jingwiw - 1.29.0-3 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC: enable riscv64 + * Mon Apr 08 2024 zhangbowei - 1.29.0-2 - Type:bugfix - CVE:NA -- Gitee