Disable criu dependency for RISC-V as criu does not currently support RISC-V
(cherry picked from commit c162f227745c0d9f9edc37b932ebc9c43e254d69)
This commit is contained in:
parent
0125054682
commit
33c2c59f95
@ -1,6 +1,6 @@
|
|||||||
Name: crun
|
Name: crun
|
||||||
Version: 1.8.7
|
Version: 1.8.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A fast and low-memory footprint OCI Container Runtime fully written in C.
|
Summary: A fast and low-memory footprint OCI Container Runtime fully written in C.
|
||||||
URL: https://github.com/containers/%{name}
|
URL: https://github.com/containers/%{name}
|
||||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
@ -17,9 +17,11 @@ BuildRequires: libseccomp-devel
|
|||||||
BuildRequires: python3-libmount
|
BuildRequires: python3-libmount
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: protobuf-c-devel
|
BuildRequires: protobuf-c-devel
|
||||||
|
%ifnarch riscv64
|
||||||
BuildRequires: criu-devel
|
BuildRequires: criu-devel
|
||||||
Recommends: criu
|
Recommends: criu
|
||||||
Recommends: criu-libs
|
Recommends: criu-libs
|
||||||
|
%endif
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
Provides: oci-runtime
|
Provides: oci-runtime
|
||||||
|
|
||||||
@ -52,6 +54,9 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 25 2024 lijian <lijian2@kylinos.cn> - 1.8.7-1
|
||||||
- update to 1.8.7
|
- update to 1.8.7
|
||||||
- crun: new command "crun features".
|
- crun: new command "crun features".
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user