From a738839090cf17ea911bbe08a74dee6cb82a7657 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 26 Jan 2024 10:27:56 -0600 Subject: [PATCH] Build only binary in RPM --- golang-github-redhatcloudx-otel-builder.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/golang-github-redhatcloudx-otel-builder.spec b/golang-github-redhatcloudx-otel-builder.spec index 239ac570..7b6f2143 100644 --- a/golang-github-redhatcloudx-otel-builder.spec +++ b/golang-github-redhatcloudx-otel-builder.spec @@ -9,14 +9,15 @@ %global common_description %{expand: -# FIXME} +Customized opentelemetry-collector build +for Red Hat's Cloud Experience team.} Name: %{goname} Version: 0 Release: %autorelease -p Summary: None -License: # FIXME +License: Apache-2.0 URL: %{gourl} Source: %{gosource} @@ -145,7 +146,5 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %files %{_bindir}/* -%gopkgfiles - %changelog %autochangelog