Make golist non optional

Resolves: RHEL-52226
This commit is contained in:
Alejandro Sáez 2024-11-04 20:17:36 +01:00
parent 88581413d2
commit dd6b241640

View File

@ -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 <asm@redhat.com> - 3.6.0-5
- Make golist non optional
- Resolves: RHEL-52226
* Thu Oct 31 2024 Alejandro Sáez <asm@redhat.com> - 3.6.0-4
- Enable debuginfo package
- Resolves: RHEL-52226