import UBI golang-1.22.9-2.el9_5

This commit is contained in:
eabdullin 2024-12-17 10:26:40 +00:00
parent d3bc2f207e
commit 5612399580
3 changed files with 13 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/compiler-rt-18.1.8.src.tar.xz SOURCES/compiler-rt-18.1.8.src.tar.xz
SOURCES/go1.22.7-1-openssl-fips.tar.gz SOURCES/go1.22.9-1-openssl-fips.tar.gz
SOURCES/go1.22.7.tar.gz SOURCES/go1.22.9.tar.gz

View File

@ -1,3 +1,3 @@
6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz 6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz
24ccd6e12b48b3cfcde1aa22c520a2b2442cdb77 SOURCES/go1.22.7-1-openssl-fips.tar.gz af6e318112b0e4fa6f42978d5c80e2c4fc5ca02c SOURCES/go1.22.9-1-openssl-fips.tar.gz
e9e79942f2469597a86d07dd01282e44811bc5f0 SOURCES/go1.22.7.tar.gz 3860690f8aee2de5da3cd46af6e84f4f94bfc5f0 SOURCES/go1.22.9.tar.gz

View File

@ -93,7 +93,7 @@
%endif %endif
%global go_api 1.22 %global go_api 1.22
%global go_version 1.22.7 %global go_version 1.22.9
%global version %{go_version} %global version %{go_version}
%global pkg_release 1 %global pkg_release 1
@ -583,6 +583,14 @@ cd ..
%endif %endif
%changelog %changelog
* Thu Nov 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.9-2
- Fix sources
- Related: RHEL-67672
* Thu Nov 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.9-1
- Update to Go 1.22.9
- Resolves: RHEL-67672
* Thu Oct 03 2024 Archana <aravinda@redhat.com> - 1.22.7-2 * Thu Oct 03 2024 Archana <aravinda@redhat.com> - 1.22.7-2
- Rebuilt to use right build target - Rebuilt to use right build target
- Related: RHEL-57867 - Related: RHEL-57867