Update to 1.17.3
Related: rhbz#2002859
This commit is contained in:
parent
a910a81517
commit
7a55310f4e
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@
|
||||
/go1.16.6.src.tar.gz
|
||||
/go1.17rc2.src.tar.gz
|
||||
/go1.17.src.tar.gz
|
||||
/go1.17.3.src.tar.gz
|
||||
|
12
golang.spec
12
golang.spec
@ -106,11 +106,11 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.17
|
||||
%global go_version %{go_api}
|
||||
|
||||
%global go_version %{go_api}.3
|
||||
|
||||
# For rpmdev-bumpspec and releng automation
|
||||
%global baserelease 2
|
||||
|
||||
%global baserelease 1
|
||||
|
||||
Name: golang
|
||||
Version: %{go_version}
|
||||
Release: %{baserelease}%{?dist}
|
||||
@ -534,6 +534,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 22 2021 Alejandro Sáez <asm@redhat.com> - 1.17.3-1
|
||||
- Update to 1.17.3
|
||||
- Related: rhbz#2002859
|
||||
|
||||
* Wed Aug 18 2021 Alejandro Sáez <asm@redhat.com> - 1.17-1
|
||||
- Update to go1.17
|
||||
- Resolves: rhbz#1957935
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.17.src.tar.gz) = bb94d69555faa103bc092ce85b73168954a553a5c72e4b38c39bd99a3eb4db679f352685e66507b0945ed12676eb2a0c51674e456f68a9a5b98c3ec6a948d35b
|
||||
SHA512 (go1.17.3.src.tar.gz) = a2793efefe3f7e89054453cada03c25a900a4a6b71b2dfa0f5f33c1d8946711c983067dd54021faa5605074708db8e4225d104be703d307f3dbcc6035410acbd
|
||||
|
Loading…
Reference in New Issue
Block a user