Update env var for v2
Disable race for riscv64
This commit is contained in:
commit
2fdb3233d0
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
compiler-rt-18.1.8.src.tar.xz
|
||||
go1.25.5-1-openssl-fips.tar.gz
|
||||
go1.25.5.src.tar.gz
|
||||
go1.25.7-1-openssl-fips.tar.gz
|
||||
go1.25.7.src.tar.gz
|
||||
|
||||
41
golang.spec
41
golang.spec
@ -130,7 +130,7 @@
|
||||
%global go_api 1.25
|
||||
# Use only for prerelease versions
|
||||
#global go_prerelease rc3
|
||||
%global go_patch 5
|
||||
%global go_patch 7
|
||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||
# Go FIPS package release
|
||||
@ -784,46 +784,13 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jan 23 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.25.5-1.alma.1
|
||||
* Mon Feb 16 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.25.7-1.alma.1
|
||||
- Update env var for v2
|
||||
- Disable race for riscv64
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Mon Jan 19 2026 dbenoit <dbenoit@redhat.com> - 1.25.5-1
|
||||
- Update to Go 1.25.5 (fips-1)
|
||||
|
||||
* Wed Dec 17 2025 Edjunior Machado <emachado@redhat.com> - 1.25.3-5
|
||||
- gating.yaml: Add tier1 s390x tests
|
||||
|
||||
* Wed Dec 10 2025 Alejandro Sáez <asm@redhat.com> - 1.25.3-4
|
||||
- Cleanup lib/ ownership
|
||||
- Remove legacy logic forcing lib/ into golang-tests
|
||||
- Move lib/wasm, lib/fips140, and lib/time to main golang package
|
||||
- Fixes go_js_wasm_exec availability
|
||||
|
||||
* Tue Dec 09 2025 Edjunior Machado <emachado@redhat.com> - 1.25.3-3
|
||||
- plans/tier0.fmf: Import plan
|
||||
|
||||
* Tue Dec 09 2025 Edjunior Machado <emachado@redhat.com> - 1.25.3-2
|
||||
- rpminspect.yaml: Add testdata to annocheck ignore
|
||||
|
||||
* Wed Oct 29 2025 Alejandro Sáez <asm@redhat.com> - 1.25.3-1
|
||||
- Update to Go 1.25.3
|
||||
|
||||
* Tue Sep 30 2025 Archana <aravinda@redhat.com> - 1.25.1-1
|
||||
- Update to Go1.25.1 -Resolves: RHEL-116849
|
||||
|
||||
* Thu Sep 11 2025 Louis Abel <label@rockylinux.org> - 1.25.0-5
|
||||
- Disable race for risv64
|
||||
|
||||
* Wed Sep 10 2025 Alejandro Sáez <asm@redhat.com> - 1.25.0-4
|
||||
- Revert DWARF5 defaults
|
||||
|
||||
* Fri Sep 05 2025 Edjunior Machado <emachado@redhat.com> - 1.25.0-3
|
||||
- Update CI support
|
||||
|
||||
* Fri Aug 29 2025 Edjunior Machado <emachado@redhat.com> - 1.25.0-2
|
||||
- rpminspect.yaml: Add preprofile binary as it contains debugging symbols
|
||||
* Thu Feb 12 2026 dbenoit <dbenoit@redhat.com> - 1.25.7-1
|
||||
- Rebase to latest rhel-10-main (170a5b7e084)
|
||||
|
||||
* Wed Aug 20 2025 Alejandro Sáez <asm@redhat.com> - 1.25.0-1
|
||||
- Update to Go 1.25.0
|
||||
|
||||
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (compiler-rt-18.1.8.src.tar.xz) = fb8795bd51c9b005c2ad1975591e9e2715740d6407ccad41379f136ef2e8d24ded8b97b01165a3ae4bd377119a6a1049ca05d3220404fc12bee86114ff2bff0d
|
||||
SHA512 (go1.25.5-1-openssl-fips.tar.gz) = 84c5218400de7143646042f3104f9c8af30f35e94f238af8904b5a4d85ef9f446b3b0d5a0ced85f6e22ef0a23217f371467161d0850f03ede425678b8a103aee
|
||||
SHA512 (go1.25.5.src.tar.gz) = 97ec368521253bce610e1e3a6f10460f4a38eba440289553a40ab27afcdf2bb9b426d150ffaa3be8db50e84a00a4eb723a631ebc4f39168bc133bf7b2f1ccf66
|
||||
SHA512 (go1.25.7-1-openssl-fips.tar.gz) = de6dd32432023b2e3509fac46d77daa1ee5edd5b9a310c4da5421d46a2c6033ecef27327eb219b46b1d7fdd2471f31c00ff920bbb59633da3e1a18e4dff6fd37
|
||||
SHA512 (go1.25.7.src.tar.gz) = 054fdb8219d18a7942c524d8acc3c942d0a7b8f1c01b96184fa79017b6548533798f5f48cc78f7ecfb70da504c5c66569377a35d517a0e3184c32fe84c9ee0b6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user