import go-toolset-1.17.2-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 11:51:05 -05:00 committed by Stepan Oksanichenko
parent 4f70ade43e
commit 61195e5260

View File

@ -1,8 +1,8 @@
%global go_version 1.16.6
%global go_version 1.17.2
Name: go-toolset
Version: %{go_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Package that installs go-toolset
License: BSD and Public Domain
@ -18,6 +18,10 @@ This is the main package for go-toolset.
%files
%changelog
* Tue Nov 16 2021 Alejandro Sáez <asm@redhat.com> - 1.17.2-1
- Rebase to Go 1.17.2 and to Delve 1.7.2
- Related: rhbz#2014087
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.16.6-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688