diff --git a/.abf.yml b/.abf.yml index 0d9ce49..b0653bb 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - s5cmd-2.2.2.tar.gz: 03bc53768b31da25ac5634e30a8b8e5a0152deab + s5cmd-2.3.0.tar.gz: b09eddfc783dcc75b08bfdc333a6da58c15d01c0 diff --git a/s5cmd.spec b/s5cmd.spec index e49deb6..2942d8d 100644 --- a/s5cmd.spec +++ b/s5cmd.spec @@ -2,7 +2,7 @@ %define debug_package %nil Name: s5cmd -Version: 2.2.2 +Version: 2.3.0 Release: 1 Summary: Parallel S3 and local filesystem execution tool URL: https://github.com/peak/s5cmd @@ -12,6 +12,7 @@ Group: Development/Other BuildRequires: go BuildRequires: git-core BuildRequires: upx +BuildRequires: pkgconfig(openssl3.3) %description s5cmd is a very fast S3 and local filesystem execution tool. @@ -27,7 +28,7 @@ sed -i 's/v0.0.0/%{version}/' version/version.go sed -i 's/dev/ROSA/' version/version.go %build - +export GOPROXY=direct #make build CGO_ENABLED=0 go build ${GCFLAGS} \ -ldflags "-s -w -X github.com/peak/s5cmd/version.Version=%{version} -X github.com/peak/s5cmd/version.GitCommit=%{vendor}" \