From c1d573869732b21a4c3dfe7ae7c1f94584e6fd57 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 15 Jun 2021 08:52:13 +0200 Subject: [PATCH] crun-0.20.1-3.el9 - add BR: criu-devel - Resolves: #1944964 Signed-off-by: Jindrich Novy --- crun.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index db3005b..743fb2a 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.20.1 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -18,6 +18,7 @@ BuildRequires: systemd-devel BuildRequires: yajl-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel +BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: go-md2man @@ -46,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Tue Jun 15 2021 Jindrich Novy - 0.20.1-3 +- add BR: criu-devel +- Resolves: #1944964 + * Mon Jun 14 2021 Jindrich Novy - 0.20.1-2 - update to https://github.com/containers/crun/releases/tag/0.20.1 - Related: #1970747