Compare commits

...

No commits in common. "c8-stream-rhel8" and "c8s-stream-rhel8" have entirely different histories.

2 changed files with 2 additions and 61 deletions

0
.go-toolset.metadata Normal file
View File

View File

@ -1,4 +1,4 @@
%global go_version 1.22.9
%global go_version 1.19.4
Name: go-toolset
Version: %{go_version}
@ -7,7 +7,7 @@ Summary: Package that installs go-toolset
License: BSD and Public Domain
Requires: golang = %{go_version}
%ifarch x86_64 aarch64 ppc64le
%ifarch x86_64
Requires: delve
%endif
ExcludeArch: %{ix86}
@ -18,65 +18,6 @@ This is the main package for go-toolset.
%files
%changelog
* Thu Nov 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.9-1
- Update to Go 1.22.9
- Resolves: RHEL-67668
* Mon Sep 16 2024 David Benoit <dbenoit@redhat.com> - 1.22.7-1
- Update to Go 1.22.7
- Resolves: RHEL-58223
- Resolves: RHEL-57961
- Resolves: RHEL-57847
- Resolves: RHEL-57860
* Fri Jul 12 2024 Archana <aravinda@redhat.com> - 1.22.5-1
- Rebase to Go1.22.5 to fix CVE-2024-24791
- Resolves: RHEL-46972
* Fri Jun 07 2024 Archana <aravinda@redhat.com> - 1.22.4-1
- Addresses CVEs-2024-24789 and CVE-2024-24790
- Resolves: RHEL-40157
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.22.3-1
- Update to Go 1.22.3
- Resolves: RHEL-35884
- Resolves: RHEL-35075
- Resolves: RHEL-35632
- Resolves: RHEL-35901
* Fri May 03 2024 Alejandro Sáez <asm@redhat.com> - 1.22.2-1
- Update to Go 1.22.2
- Resolves: RHEL-33157
* 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
- Update to Go 1.21.3
- Resolves: RHEL-12620
* Tue Aug 01 2023 Alejandro Sáez <asm@redhat.com> - 1.20.6-1
- Rebase to Go 1.20.6
- Resolves: rhbz#2226901
* Wed May 31 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
- Update to Go 1.20.4
- Resolves: rhbz#2204477
* Wed May 31 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
- Rebase to Go 1.20.4
- Resolves: rhbz#2204474
* Tue Apr 11 2023 David Benoit <dbenoit@redhat.com> - 1.20.3-1
- Rebase to Go 1.20.3
- Remove race archives
- Update static tests patches
- Resolves: rhbz#2185260
* Wed Dec 21 2022 David Benoit <dbenoit@redhat.com> - 1.19.4-1
- Rebase to Go 1.19.4
- Fix ppc64le linker issue