diff --git a/cri-o.spec b/cri-o.spec index 7c264656753cbca3657bd8f58b64e7ac4b54da21..d600bfcc36743cfa1bdc1378abc8ed99bea030d1 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