diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec index d5af961..7c17529 100644 --- a/go-rpm-macros.spec +++ b/go-rpm-macros.spec @@ -18,12 +18,7 @@ Version: 3.6.0 # make Go devel packages archful %global gopath %{_datadir}/gocode -# whether to bundle golist or require it as a dependency -%if 0%{?rhel} -%ifarch %{golang_arches} %{gccgo_arches} %global bundle_golist 1 -%endif -%endif %global golist_version 0.10.4 %if 0%{?bundle_golist} @@ -40,7 +35,7 @@ Version: 3.6.0 %endif Name: go-rpm-macros -Release: 4%{?dist} +Release: 5%{?dist} Summary: Build-stage rpm automation for Go packages License: GPLv3+ @@ -266,6 +261,10 @@ sed -i "s,golist ,%{golist_execdir}/golist ,g" \ %{_rpmluadir}/fedora/srpm/*.lua %changelog +* Mon Nov 04 2024 Alejandro Sáez - 3.6.0-5 +- Make golist non optional +- Resolves: RHEL-52226 + * Thu Oct 31 2024 Alejandro Sáez - 3.6.0-4 - Enable debuginfo package - Resolves: RHEL-52226