mirror of
https://abf.rosa.ru/djam/terraform-provider-huaweicloud.git
synced 2025-02-23 10:32:58 +00:00
1.70.0
This commit is contained in:
parent
deddfb8a3f
commit
5f33eb94e8
2 changed files with 4 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
terraform-provider-huaweicloud-1.69.1.tar.gz: 1566808d2463aa5a1a3087bb0b9cdf8ccdf839bb
|
terraform-provider-huaweicloud-1.70.0.tar.gz: 42fd36d6777f4db8e6b95955cb27d882dc752087
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: terraform-provider-%{tfprovider}
|
Name: terraform-provider-%{tfprovider}
|
||||||
Version: 1.69.1
|
Version: 1.70.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Terraform provider for HuaweiCloud
|
Summary: Terraform provider for HuaweiCloud
|
||||||
URL: https://github.com/huaweicloud/%{name}
|
URL: https://github.com/huaweicloud/%{name}
|
||||||
|
@ -18,6 +18,7 @@ Group: Development/Other
|
||||||
BuildRequires: go >= 1.16
|
BuildRequires: go >= 1.16
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: upx
|
BuildRequires: upx
|
||||||
|
BuildRequires: pkgconfig(openssl3.3)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
|
@ -26,6 +27,7 @@ BuildRequires: upx
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GOPROXY=direct
|
||||||
go build
|
go build
|
||||||
|
|
||||||
upx %{name}
|
upx %{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue