%bcond_without check # https://github.com/aliyun/credentials-go %global goipath github.com/aliyun/credentials-go Version: 1.1.1 %gometa %global common_description %{expand: Alibaba Cloud (Aliyun) Credentials for Go.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md README-CN.md Name: %{goname} Release: 2%{?dist} Summary: Alibaba Cloud (Aliyun) Credentials for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/alibabacloud-go/debug/debug) BuildRequires: golang(github.com/alibabacloud-go/tea/tea) BuildRequires: golang(gopkg.in/ini.v1) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Aug 02 2020 Brandon Perkins - 1.1.1-2 - Update summary and description for clarity and consistency * Fri Jul 31 2020 Brandon Perkins - 1.1.1-1 - Update to version 1.1.1 (#1811177) - Remove patch for fixed https://github.com/aliyun/credentials-go/pull/22 * Wed Jul 29 2020 Brandon Perkins - 1.1.0-1 - Update to version 1.1.0 (#1811177) - Enable check stage - Include patch for https://github.com/aliyun/credentials-go/pull/22 * Tue Jul 28 2020 Brandon Perkins - 0.0.1-2 - Update to release 2 (#1811177) - Clean changelog * Wed Mar 04 2020 Brandon Perkins - 0.0.1-1 - Disable check stage - Update to version 0.0.1 - Add golang(github.com/alibabacloud-go/tea/tea) BuildRequires * Fri Nov 22 2019 Brandon Perkins - 0-0.1.20191122gitc03d72d - Initial package