mirror of
https://abf.rosa.ru/djam/minio-client.git
synced 2025-02-23 06:32:59 +00:00
20241117
This commit is contained in:
parent
bff1188eb4
commit
7f8bb7baea
2 changed files with 4 additions and 2 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,3 +1,4 @@
|
|||
sources:
|
||||
mc-RELEASE.2024-10-02T08-27-28Z.tar.gz: ca8e74247944699af39af1aa2d1c16050cec565b
|
||||
mc-RELEASE.2024-10-29T15-34-59Z.tar.gz: 0f562fe1585323de865a61c6d79c2a932e5770e4
|
||||
mc-RELEASE.2024-11-17T19-35-25Z.tar.gz: 9b8ebe60104689a49f1b5e0fedacbaf143cd03fb
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
%define debug_package %nil
|
||||
%define oname mc
|
||||
%define rel 2024-10-29T15-34-59Z
|
||||
%define rel 2024-11-17T19-35-25Z
|
||||
%define ver RELEASE
|
||||
%define commit 060b0762fb17e26829fdcc5b43e42fdc437aeefc
|
||||
%define shortcommit %(c=%{commit}; echo ${c:0:12})
|
||||
%define secscan 0
|
||||
|
||||
Name: minio-client
|
||||
Version: 20241029
|
||||
Version: 20241117
|
||||
Release: 1
|
||||
Summary: MinIO client
|
||||
License: ASL 2.0
|
||||
|
@ -17,6 +17,7 @@ Group: Development/Other
|
|||
BuildRequires: golang >= 1.13
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%if %{secscan}
|
||||
BuildRequires: clamav
|
||||
|
|
Loading…
Add table
Reference in a new issue