From 67599ae849d2f607e8f090d035df30a64b472031 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Mon, 26 May 2025 02:22:29 +0000 Subject: [PATCH] Enable criu dependency for RISC-V --- crun.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/crun.spec b/crun.spec index ac33ae0..a40d9c0 100644 --- a/crun.spec +++ b/crun.spec @@ -1,6 +1,6 @@ Name: crun Version: 1.8.7 -Release: 3 +Release: 4 Summary: A fast and low-memory footprint OCI Container Runtime fully written in C. URL: https://github.com/containers/%{name} @@ -20,11 +20,9 @@ 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 @@ -57,6 +55,9 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Sun May 25 2025 Dingli Zhang - 1.8.7-4 +- Enable criu dependency for RISC-V + * Fri Jul 19 2024 zhangxingrong- - 1.8.7-3 - utils: tighten check in check_fd_under_path() -- Gitee