Make golist non optional
Resolves: RHEL-52226
This commit is contained in:
parent
88581413d2
commit
dd6b241640
@ -18,12 +18,7 @@ Version: 3.6.0
|
|||||||
# make Go devel packages archful
|
# make Go devel packages archful
|
||||||
%global gopath %{_datadir}/gocode
|
%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
|
%global bundle_golist 1
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%global golist_version 0.10.4
|
%global golist_version 0.10.4
|
||||||
%if 0%{?bundle_golist}
|
%if 0%{?bundle_golist}
|
||||||
@ -40,7 +35,7 @@ Version: 3.6.0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: go-rpm-macros
|
Name: go-rpm-macros
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Build-stage rpm automation for Go packages
|
Summary: Build-stage rpm automation for Go packages
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -266,6 +261,10 @@ sed -i "s,golist ,%{golist_execdir}/golist ,g" \
|
|||||||
%{_rpmluadir}/fedora/srpm/*.lua
|
%{_rpmluadir}/fedora/srpm/*.lua
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 31 2024 Alejandro Sáez <asm@redhat.com> - 3.6.0-4
|
||||||
- Enable debuginfo package
|
- Enable debuginfo package
|
||||||
- Resolves: RHEL-52226
|
- Resolves: RHEL-52226
|
||||||
|
Loading…
Reference in New Issue
Block a user