mirror of
https://abf.rosa.ru/djam/skopeo.git
synced 2025-02-23 19:02:51 +00:00
1.15.2
This commit is contained in:
parent
4d380ccb8e
commit
20d386e81f
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
skopeo-1.15.1.tar.gz: f434654b13292e84a527e693d4dd97920ba9d1d7
|
||||
skopeo-1.15.2.tar.gz: 9f08b1da3aa0ccf5a1cf5606715de5d5b3f6a71e
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: skopeo
|
||||
Version: 1.15.1
|
||||
Version: 1.15.2
|
||||
Release: 1
|
||||
Summary: Tools image comtainers or registry
|
||||
URL: https://github.com/containers/skopeo
|
||||
|
@ -33,6 +33,7 @@ Docker v2 images.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
CGO_CFLAGS="" CGO_LDFLAGS="-L/usr/lib64 -lgpgme -lassuan -lgpg-error" GO111MODULE=on go build -mod=vendor "-buildmode=pie" -ldflags '-X main.gitCommit= ' -gcflags "" -tags "btrfs_noversion exclude_graphdriver_btrfs " -o bin/skopeo ./cmd/skopeo
|
||||
|
||||
upx bin/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue