import go-toolset-1.14.4-1.module+el8.3.0+7195+ea2d3c1f

This commit is contained in:
CentOS Sources 2020-07-28 06:04:46 -04:00 committed by Stepan Oksanichenko
parent fbd02f9bd1
commit c4b81178cd

View File

@ -1,12 +1,16 @@
%global go_version 1.13.4
%global go_version 1.14.4
Name: go-toolset
Version: %{go_version}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Package that installs go-toolset
License: BSD and Public Domain
Requires: golang = %{go_version}
%ifarch x86_64
Requires: delve
%endif
ExcludeArch: %{ix86}
%description
This is the main package for go-toolset.
@ -14,6 +18,26 @@ This is the main package for go-toolset.
%files
%changelog
* Fri Jun 26 2020 Alejandro Sáez <asm@redhat.com> - 1.14.4-1
- Rebase to Go 1.14.4
- Related: rhbz#1820596
* Mon Jun 15 2020 Alejandro Sáez <asm@redhat.com> - 1.14.2-4
- Delve is only available on x86_64 at the moment
- Resolves: rhbz#1837847
* Fri Jun 05 2020 Alejandro Sáez <asm@redhat.com> - 1.14.2-3
- Add reference to delve
- Related: rhbz#1835917
* Fri May 22 2020 Alejandro Sáez <asm@redhat.com> - 1.14.2-2
- Stop building for i686
- Related: rhbz#1752991
* Fri May 22 2020 Alejandro Sáez <asm@redhat.com> - 1.14.2-1
- Rebase to Go 1.14.2
- Related: rhbz#1820596
* Tue Dec 10 2019 Alejandro Sáez <asm@redhat.com> - 1.13.4-3
- Rebase to Go 1.13.4