From 6dd6a1c1dcf15e472b721ae2fc9c05f1e72a81f6 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 26 Jan 2024 11:04:18 -0600 Subject: [PATCH] Install the binary only --- golang-github-redhatcloudx-otel-builder.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/golang-github-redhatcloudx-otel-builder.spec b/golang-github-redhatcloudx-otel-builder.spec index 3416b2ef..ac68432a 100644 --- a/golang-github-redhatcloudx-otel-builder.spec +++ b/golang-github-redhatcloudx-otel-builder.spec @@ -132,8 +132,6 @@ export GOFLAGS=-mod=vendor %gobuild -o %{gobuilddir}/bin/ocb-test %{goipath} %install -%gopkginstall -install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check}