From 222454a871e07323e731eba6c60748cb5bbdbe1b Mon Sep 17 00:00:00 2001 From: Grooooot Date: Wed, 15 Jan 2020 01:36:44 +0800 Subject: [PATCH] kata_integration: modify spec to adapt kernel's repo change Signed-off-by: Grooooot --- hack/kata-containers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/kata-containers.spec b/hack/kata-containers.spec index 50968b5..65113b7 100644 --- a/hack/kata-containers.spec +++ b/hack/kata-containers.spec @@ -42,7 +42,7 @@ This is core component of Kata Container, to make it work, you need a docker eng %setup -q -c -a 5 -n kernel cd %{_builddir}/kernel -mkdir ./linux && tar -xzf linux-*.tar.gz -C ./linux --strip-components 1 +mv kernel linux if ls patches.tar.* >/dev/null 2>&1;then tar -xf patches.tar.* fi -- Gitee