From 10ed32734b055ea0711ba12ec2c8c9496951dc6f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Jul 2023 15:52:11 -0400 Subject: [PATCH] check if libocispec exists Signed-off-by: Lokesh Mandvekar --- rpm/crun.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/crun.spec b/rpm/crun.spec index b509982eb5..501101f0f7 100644 --- a/rpm/crun.spec +++ b/rpm/crun.spec @@ -97,6 +97,7 @@ Recommends: wasmedge %build ./autogen.sh +ls -al libocispec ./configure --disable-silent-rules %{krun_opts} %{wasmedge_opts} %{wasmtime_opts} %make_build