This commit is contained in:
Sergey Zhemoytel 2024-07-11 22:09:18 +00:00
parent 4d380ccb8e
commit 20d386e81f
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
skopeo-1.15.1.tar.gz: f434654b13292e84a527e693d4dd97920ba9d1d7
skopeo-1.15.2.tar.gz: 9f08b1da3aa0ccf5a1cf5606715de5d5b3f6a71e

View file

@ -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}