mirror of
https://abf.rosa.ru/djam/minio-client.git
synced 2025-02-23 14:42:56 +00:00
20240605
This commit is contained in:
parent
8f56c6f62d
commit
d550e89303
2 changed files with 4 additions and 2 deletions
1
.abf.yml
1
.abf.yml
|
@ -8,3 +8,4 @@ sources:
|
|||
mc-RELEASE.2022-10-29T10-09-23Z.tar.gz: 543466cb6cfe14c817025dee3be48ffd2fd87a32
|
||||
mc-RELEASE.2022-11-07T23-47-39Z.tar.gz: 9524642d473826ba9314c835eae248f2516d4908
|
||||
mc-RELEASE.2023-01-11T03-14-16Z.tar.gz: d086986f06b7ab42c7ef60ce2649adfe8a1e3595
|
||||
mc-RELEASE.2024-06-05T18-13-30Z.tar.gz: 115d6b4b31041955fef4840e3bed3251ef3ad9fd
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
%define debug_package %nil
|
||||
%define oname mc
|
||||
%define rel 2023-01-11T03-14-16Z
|
||||
%define rel 2024-06-05T18-13-30Z
|
||||
%define ver RELEASE
|
||||
%define commit 060b0762fb17e26829fdcc5b43e42fdc437aeefc
|
||||
%define shortcommit %(c=%{commit}; echo ${c:0:12})
|
||||
|
||||
Name: minio-client
|
||||
Version: 20230111
|
||||
Version: 20240605
|
||||
Release: 1
|
||||
Summary: MinIO client
|
||||
License: ASL 2.0
|
||||
|
@ -25,6 +25,7 @@ rsync commands for filesystems and object storage.
|
|||
%setup -qn %{oname}-RELEASE.%{rel}
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
#make BUILD_LDFLAGS="-X cmd.Version=RELEASE.%{rel}"
|
||||
GO111MODULE=on CGO_ENABLED=0 go build -trimpath -tags kqueue \
|
||||
-ldflags="-s -w \
|
||||
|
|
Loading…
Add table
Reference in a new issue