From 6b38c1699403ceb1a8b4e81d7355a51ff124e15d Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 20 Mar 2023 11:48:10 +0100 Subject: [PATCH] crun-1.8.1-2.el8 - add BR: criu-devel - Related: #2176055 Signed-off-by: Jindrich Novy --- crun.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index e9c221b..44aad01 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?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: /usr/bin/go-md2man @@ -49,6 +50,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Mon Mar 20 2023 Jindrich Novy - 1.8.1-2 +- add BR: criu-devel +- Related: #2176055 + * Thu Mar 09 2023 Jindrich Novy - 1.8.1-1 - update to https://github.com/containers/crun/releases/tag/1.8.1 - Related: #2176055