From cfe2e0a31d92a35bba3679ae9be21bf74d9e825c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 5 Aug 2025 07:52:37 +0200 Subject: [PATCH] upgrading package: skopeo 1.19.0.20250523 -> 1.20.0.20250805 --- skopeo/skopeo.patch | 10 +++++----- skopeo/skopeo.spec | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/skopeo/skopeo.patch b/skopeo/skopeo.patch index 09b8cf14ae..af24fa45fe 100644 --- a/skopeo/skopeo.patch +++ b/skopeo/skopeo.patch @@ -1,7 +1,7 @@ Index: src/github.com/containers/skopeo/Makefile ---- src/github.com/containers/skopeo/Makefile.orig 2023-06-18 18:08:09.128529000 +0200 -+++ src/github.com/containers/skopeo/Makefile 2023-06-18 18:10:56.320077000 +0200 -@@ -36,7 +36,7 @@ +--- src/github.com/containers/skopeo/Makefile.orig 2025-08-05 07:46:20.000000000 +0200 ++++ src/github.com/containers/skopeo/Makefile 2025-08-05 07:49:38.913378000 +0200 +@@ -41,7 +41,7 @@ # $(shell … ;) defeats that heuristic (recommended in # https://savannah.gnu.org/bugs/index.php?57625 ). export CONTAINER_RUNTIME ?= $(if $(shell command -v podman ;),podman,docker) @@ -10,12 +10,12 @@ Index: src/github.com/containers/skopeo/Makefile ifeq ($(DEBUG), 1) override GOGCFLAGS += -N -l -@@ -48,6 +48,8 @@ +@@ -53,6 +53,8 @@ endif endif +GO_DYN_FLAGS="-v" + - # If $TESTFLAGS is set, it is passed as extra arguments to 'go test'. + # If $TESTFLAGS is set, it is passed as extra arguments to 'go test' on integration tests. # You can select certain tests to run, with `-run ` for example: # diff --git a/skopeo/skopeo.spec b/skopeo/skopeo.spec index 2c8f00e584..325b8177fc 100644 --- a/skopeo/skopeo.spec +++ b/skopeo/skopeo.spec @@ -22,8 +22,8 @@ ## # package version -%define V_skopeo_base 1.19.0 -%define V_skopeo_snap 20250523 +%define V_skopeo_base 1.20.0 +%define V_skopeo_snap 20250805 # package information Name: skopeo @@ -36,7 +36,7 @@ Class: EVAL Group: Web License: Apache Version: %{V_skopeo_base}.%{V_skopeo_snap} -Release: 20250523 +Release: 20250805 # list of sources Source0: http://download.openpkg.org/components/versioned/skopeo/skopeo-%{V_skopeo_snap}.tar.xz