From 3b2442e35ad4df5ba9b26cf4af76e7a52fd686a8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 1 Jun 2022 14:27:36 +0300 Subject: [PATCH] Find makefile --- SPECS/containerd.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/containerd.spec b/SPECS/containerd.spec index f2b1b42..b4fb7ea 100644 --- a/SPECS/containerd.spec +++ b/SPECS/containerd.spec @@ -1,4 +1,3 @@ -%define _build_id_links none %bcond_without ctr %bcond_with debug @@ -73,6 +72,8 @@ mkdir -p ${RPM_BUILD_DIR}/go/src/github.com/containerd/ ln -s %{_topdir}/BUILD/containerd-1.6.4 ${RPM_BUILD_DIR}/go/src/%{import_path} %build +ls -la +find / -iname Makefile GO111MODULE=auto make man BUILDTAGS="seccomp selinux"