This commit is contained in:
Sergey Zhemoytel 2024-05-15 12:46:59 +00:00
parent 971c2c33e4
commit e0deb8d9df
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
terraform-provider-yandex-0.117.0.tar.gz: 9dec1490e71cae43bcac39ac255d53254ef32045 terraform-provider-yandex-0.118.0.tar.gz: 19e7a91b248a2e4e50b88b7f6d0b1204c44c78d1

View file

@ -8,7 +8,7 @@
%endif %endif
Name: terraform-provider-%{tfprovider} Name: terraform-provider-%{tfprovider}
Version: 0.117.0 Version: 0.118.0
Release: 1 Release: 1
Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions) Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions)
URL: https://github.com/yandex-cloud/%{name} URL: https://github.com/yandex-cloud/%{name}
@ -27,7 +27,8 @@ BuildRequires: upx
%build %build
export GOPROXY=https://proxy.golang.org/cached-only export GOPROXY=https://proxy.golang.org/cached-only
go build --ldflags="-s -w" . #go mod tidy
go build --ldflags="-s -w" -o bin/%{name} .
upx %{name} upx %{name}