mirror of
https://abf.rosa.ru/djam/finch.git
synced 2025-02-23 06:13:04 +00:00
1.2.2
This commit is contained in:
parent
f387a4dced
commit
2c313b269f
2 changed files with 5 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
finch-1.2.1.tar.gz: 3bee43459379b67ceae0afe496b3877916441a72
|
||||
finch-1.2.2.tar.gz: 85ab6dbff6f71687d3947e0328ebfbd7fb723828
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
%define secscan 1
|
||||
%define secscan 0
|
||||
|
||||
Name: finch
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 1
|
||||
Summary: The Finch CLI an open source client for container development
|
||||
URL: https://github.com/runfinch/finch
|
||||
|
@ -13,6 +13,7 @@ Group: Development/Other
|
|||
BuildRequires: go
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
#BuildRequires: lima
|
||||
%if %{secscan}
|
||||
BuildRequires: clamav
|
||||
BuildRequires: trivy
|
||||
|
@ -36,7 +37,7 @@ trivy fs --scanners vuln --format cosign-vuln .
|
|||
%endif
|
||||
|
||||
%build
|
||||
export GOPROXY=https://proxy.golang.org/cached-only
|
||||
export GOPROXY=direct
|
||||
export VERSION=%{verson}
|
||||
#make %{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue