Update to Go 1.21.7
Add aarch64 and ppc64le for Delve Resolves: RHEL-24082 Resolves: RHEL-18363 Resolves: RHEL-18382
This commit is contained in:
parent
bef9bf2aea
commit
d90f1f7407
@ -1,4 +1,4 @@
|
|||||||
%global go_version 1.21.3
|
%global go_version 1.21.7
|
||||||
|
|
||||||
Name: go-toolset
|
Name: go-toolset
|
||||||
Version: %{go_version}
|
Version: %{go_version}
|
||||||
@ -7,7 +7,7 @@ Summary: Package that installs go-toolset
|
|||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
|
|
||||||
Requires: golang = %{go_version}
|
Requires: golang = %{go_version}
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64 ppc64le
|
||||||
Requires: delve
|
Requires: delve
|
||||||
%endif
|
%endif
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
@ -18,6 +18,13 @@ This is the main package for go-toolset.
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 13 2024 Alejandro Sáez <asm@redhat.com> - 1.21.7-1
|
||||||
|
- Update to Go 1.21.7
|
||||||
|
- Add aarch64 and ppc64le for Delve
|
||||||
|
- Resolves: RHEL-24082
|
||||||
|
- Resolves: RHEL-18363
|
||||||
|
- Resolves: RHEL-18382
|
||||||
|
|
||||||
* Fri Oct 20 2023 Archana Ravindar <aravinda@redhat.com> - 1.21.3-1
|
* Fri Oct 20 2023 Archana Ravindar <aravinda@redhat.com> - 1.21.3-1
|
||||||
- Update to Go 1.21.3
|
- Update to Go 1.21.3
|
||||||
- Resolves: RHEL-12620
|
- Resolves: RHEL-12620
|
||||||
|
Loading…
Reference in New Issue
Block a user