diff --git a/crun.spec b/crun.spec index ac33ae041b67cc2c590956775c85b49359275872..a40d9c0339a18b490f5868f3fd93d383b36b89a9 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()