From 26ba6cf490837d89ab118fb7526c5e8a3e1acb63 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 5 Dec 2022 18:25:59 +0530 Subject: [PATCH] remove debbuild ref from spec Signed-off-by: Lokesh Mandvekar --- skopeo.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index d8083f8..3a144aa 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,7 +1,3 @@ -%if "%{_vendor}" == "debbuild" -%define gobuild(o:) GO111MODULE=off go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; -%endif - %global with_debug 1 %if 0%{?with_debug}