20250403
All checks were successful
Run CI/CD... / main (push) Successful in 6m8s

This commit is contained in:
Your Name 2025-04-03 20:48:12 +00:00
parent 2e3fe45fbc
commit 12f7111c8e
2 changed files with 4 additions and 3 deletions

View file

@ -7,3 +7,4 @@ sources:
mc-RELEASE.2025-02-15T10-36-16Z.tar.gz: c59d76ceed8b80150cab32ef9817be66239e418b
mc-RELEASE.2025-02-21T16-00-46Z.tar.gz: 97f5eca32771618bf45b89d4575ac98e36b92282
mc-RELEASE.2025-03-12T17-29-24Z.tar.gz: e6abbbe4132912420d73992b3641d3317791dc97
mc-RELEASE.2025-04-03T17-07-56Z.tar.gz: 48fb325f376ac0729aa7df7abc8dcd25b99d3dde

View file

@ -1,13 +1,13 @@
%define debug_package %nil
%define oname mc
%define rel 2025-03-12T17-29-24Z
%define rel 2025-04-03T17-07-56Z
%define ver RELEASE
%define commit 060b0762fb17e26829fdcc5b43e42fdc437aeefc
%define shortcommit %(c=%{commit}; echo ${c:0:12})
%define secscan 0
Name: minio-client
Version: 20250312
Version: 20250403
Release: 1
Summary: MinIO client
License: ASL 2.0
@ -45,7 +45,7 @@ GO111MODULE=on CGO_ENABLED=0 go build -trimpath -tags kqueue \
-X github.com/minio/mc/cmd.CommitID=%{commit} \
-X github.com/minio/mc/cmd.ShortCommitID=%{shortcommit}" \
-o bin/%{name}
upx bin/%{name}
#upx bin/%{name}
%install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}