Browse Source

upgrading package: skopeo 1.19.0.20250523 -> 1.20.0.20250805

master
parent
commit
cfe2e0a31d
  1. 10
      skopeo/skopeo.patch
  2. 6
      skopeo/skopeo.spec

10
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 <regex>` for example:
#

6
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

Loading…
Cancel
Save