From c81e179cdc77600d73f10508dd27aaaf299d7acc Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 3 Jan 2023 15:03:51 +0100 Subject: [PATCH] crun: add gcrypt dependency Signed-off-by: Giuseppe Scrivano --- crun.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/crun.spec b/crun.spec index bcff79d..6a6c3ec 100644 --- a/crun.spec +++ b/crun.spec @@ -35,6 +35,7 @@ BuildRequires: python3 BuildRequires: libcap-devel BuildRequires: systemd-devel BuildRequires: yajl-devel +BuildRequires: libgcrypt-devel %if "%{krun_support}" == "enabled" BuildRequires: libkrun-devel %endif