From c70e3ea296b3d6bd8b8790e25bcd98112d643315 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 5 Jan 2023 14:08:55 +0100 Subject: [PATCH] crun-1.7.2-2.el9 - require libgcrypt-devel and add criu weak dep - Resolves: #2158083 Signed-off-by: Jindrich Novy --- crun.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index 129ad5a..2f38b1e 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 1.7.2 -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 @@ -22,7 +22,10 @@ BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: /usr/bin/go-md2man +BuildRequires: libgcrypt-devel Provides: oci-runtime +Recommends: criu >= 3.17.1 +Recommends: criu-libs %description crun is a runtime for running OCI containers @@ -47,6 +50,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Thu Jan 05 2023 Jindrich Novy - 1.7.2-2 +- require libgcrypt-devel and add criu weak dep +- Resolves: #2158083 + * Wed Nov 30 2022 Jindrich Novy - 1.7.2-1 - update to https://github.com/containers/crun/releases/tag/1.7.2 - Related: #2124478