add riscv64 arch
(cherry picked from commit 54f048261c484cfae706fb82de5a2d7eec361414)
This commit is contained in:
parent
b3b683e3c2
commit
62e0e27a80
10
cri-o.spec
10
cri-o.spec
@ -21,7 +21,7 @@
|
|||||||
Name: cri-o
|
Name: cri-o
|
||||||
Version: 1.29.2
|
Version: 1.29.2
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
Summary: Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/cri-o/cri-o
|
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
|
Patch0002: 0002-fix-CVE-2023-48795.patch
|
||||||
Patch0003: 0003-fix-CVE-2024-28180.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: btrfs-progs-devel device-mapper-devel go-srpm-macros
|
||||||
BuildRequires: golang >= 1.21, git-core, glib2-devel, glibc-static, openEuler-rpm-config
|
BuildRequires: golang >= 1.21, git-core, glib2-devel, glibc-static, openEuler-rpm-config
|
||||||
BuildRequires: gpgme-devel, libassuan-devel, libseccomp-devel, systemd-devel, make
|
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}*
|
%{_datadir}/zsh/site-functions/_%{service_name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 24 2024 Jingwiw <wangjingwei@iscas.ac.cn> - 0:1.29.2-5
|
||||||
|
- Type:enhancement
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: enable riscv64
|
||||||
|
|
||||||
* Tue Apr 2 2024 zhangbowei <zhangbowei@kylinos.cn> - 0:1.29.2-4
|
* Tue Apr 2 2024 zhangbowei <zhangbowei@kylinos.cn> - 0:1.29.2-4
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user