import UBI golang-1.25.5-1.module+el8.10.0+23901+9d60aaf1
This commit is contained in:
parent
745f380f85
commit
4f34372213
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/compiler-rt-18.1.8.src.tar.xz
|
||||
SOURCES/go1.25.3-1-openssl-fips.tar.gz
|
||||
SOURCES/go1.25.3.tar.gz
|
||||
SOURCES/go1.25.5-1-openssl-fips.tar.gz
|
||||
SOURCES/go1.25.5.tar.gz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz
|
||||
eb585257c57d2644a89c43d5fa277f78df3ab8c9 SOURCES/go1.25.3-1-openssl-fips.tar.gz
|
||||
22eae00c75c7739a710b07eb4d2a4e96c89c479e SOURCES/go1.25.3.tar.gz
|
||||
d85ac31a94137b3bcaff6af37ee233d36200c870 SOURCES/go1.25.5-1-openssl-fips.tar.gz
|
||||
bd09219d3b0223eb69ef9096093ff28e1f210099 SOURCES/go1.25.5.tar.gz
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.25
|
||||
%global go_version 1.25.3
|
||||
%global go_version 1.25.5
|
||||
%global version %{go_version}
|
||||
%global pkg_release 1
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
Name: golang
|
||||
Version: %{version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: The Go Programming Language
|
||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||
License: BSD and Public Domain
|
||||
@ -587,6 +587,10 @@ cd ..
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jan 19 2026 dbenoit <dbenoit@redhat.com> - 1.25.5-1
|
||||
- Update to Go 1.25.5 (fips-1)
|
||||
- Resolves: RHEL-139365
|
||||
|
||||
* Wed Oct 29 2025 David Benoit <dbenoit@redhat.com> - 1.25.3-1
|
||||
- Update to Go 1.25.3 (sync from CentOS Stream 9)
|
||||
- Build go-toolset as a subpackage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user