From f12f3984bfa5ac94fcc91cefa4e16e5ba0c41daf Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Dec 17 2020 14:42:51 +0000 Subject: crun-0.16-3.fc34 Signed-off-by: Giuseppe Scrivano --- diff --git a/crun.spec b/crun.spec index 26eba19..0ffe8cb 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.16 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -21,6 +21,9 @@ BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: go-md2man BuildRequires: make +%ifnarch %ix86 +BuildRequires: criu-devel >= 3.15 +%endif Provides: oci-runtime = 2 %description @@ -45,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Thu Dec 17 2020 Giuseppe Scrivano - 0.16-3 +- build with CRIU + * Wed Nov 25 2020 Jindrich Novy - 0.16-2 - fix license