!23 [sync] PR-22: Disable criu dependency for riscv
From: @openeuler-sync-bot Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
f89ebe9755
@ -1,6 +1,6 @@
|
||||
Name: crun
|
||||
Version: 1.8.7
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A fast and low-memory footprint OCI Container Runtime fully written in C.
|
||||
URL: https://github.com/containers/%{name}
|
||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
@ -17,9 +17,11 @@ BuildRequires: libseccomp-devel
|
||||
BuildRequires: python3-libmount
|
||||
BuildRequires: libtool
|
||||
BuildRequires: protobuf-c-devel
|
||||
%ifnarch riscv64
|
||||
BuildRequires: criu-devel
|
||||
Recommends: criu
|
||||
Recommends: criu-libs
|
||||
%endif
|
||||
BuildRequires: python3
|
||||
Provides: oci-runtime
|
||||
|
||||
@ -52,6 +54,9 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 28 2024 yinsist <jianhui.oerv@isrc.iscas.ac.cn> - 1.8.7-2
|
||||
- Disable criu dependency for RISC-V as criu does not currently support RISC-V
|
||||
|
||||
* Thu Apr 25 2024 lijian <lijian2@kylinos.cn> - 1.8.7-1
|
||||
- update to 1.8.7
|
||||
- crun: new command "crun features".
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user