Update to 1.18.3
Resolves: rhbz#2092631
This commit is contained in:
parent
6cea84893c
commit
83d5902e19
1
.gitignore
vendored
1
.gitignore
vendored
@ -114,3 +114,4 @@
|
|||||||
/go1.18.src.tar.gz
|
/go1.18.src.tar.gz
|
||||||
/go1.18.1.src.tar.gz
|
/go1.18.1.src.tar.gz
|
||||||
/go1.18.2.src.tar.gz
|
/go1.18.2.src.tar.gz
|
||||||
|
/go1.18.3.src.tar.gz
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
# Comment out go_prerelease and go_patch as needed
|
# Comment out go_prerelease and go_patch as needed
|
||||||
%global go_api 1.18
|
%global go_api 1.18
|
||||||
#global go_prerelease rc1
|
#global go_prerelease rc1
|
||||||
%global go_patch 2
|
%global go_patch 3
|
||||||
|
|
||||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||||
@ -541,6 +541,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 02 2022 Alejandro Sáez <asm@redhat.com> - 1.18.3-1
|
||||||
|
- Update to 1.18.3
|
||||||
|
- Resolves: rhbz#2092631
|
||||||
|
|
||||||
* Sun May 15 2022 Mike Rochefort <mroche@redhat.com> - 1.18.2-1
|
* Sun May 15 2022 Mike Rochefort <mroche@redhat.com> - 1.18.2-1
|
||||||
- Update to 1.18.2
|
- Update to 1.18.2
|
||||||
- Resolves: rhbz#2075141
|
- Resolves: rhbz#2075141
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (go1.18.2.src.tar.gz) = 9214cbc051cf26b49ab1bd4d8d30b060865944b831578a9ea7fcfe33f84009f77932a39f2948efbfc412b151e4734a3bc1f8332f3bea11b35a912b0e23a4118f
|
SHA512 (go1.18.3.src.tar.gz) = bacbc74ab8fa4c8de46847cadbd245124491f960c087d6892e2231a73f689d597b9a992c2948c54c0ab4b6476d86d3a6a9a64e1714cb7b2cdfd0a7bcfcd7b5fe
|
||||||
|
Loading…
Reference in New Issue
Block a user