This commit is contained in:
Sergey Zhemoytel 2023-10-05 21:17:22 +00:00
parent 055b148e55
commit 5d49e8d217
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
terraform-provider-selectel-3.11.0.tar.gz: 9e21a734819ba843a9f19458949a9680ba7db1f9 terraform-provider-selectel-4.0.1.tar.gz: 088d31610f3bce20bce66d70f23f225316f501b0

View file

@ -8,7 +8,7 @@
%endif %endif
Name: terraform-provider-%{tfprovider} Name: terraform-provider-%{tfprovider}
Version: 3.11.0 Version: 4.0.1
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/selectel/%{name} URL: https://github.com/selectel/%{name}
@ -27,7 +27,8 @@ Requires: terraform
%setup -q %setup -q
%build %build
go build export GOPROXY=direct
go build --ldflags="-s -w" .
upx %{name} upx %{name}