diff --git a/cri-tools.spec b/cri-tools.spec index 5cbec61b4781134d57f5f23dbe90366aa60a2d4c..1cae3e9297d9062df517acffd5b37d20a54ba672 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