From ead9afd0941ea6704983503448896387416bfb82 Mon Sep 17 00:00:00 2001 From: wenyuzifang Date: Mon, 25 Aug 2025 23:57:34 +0800 Subject: [PATCH] Update code from upstream --- skopeo.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 2231b3c..8db147e 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global with_debug 1 @@ -32,6 +32,7 @@ Summary: Inspect container images and repositories on registries URL: %{git0} # Tarball fetched from upstream Source0: %{url}/archive/%{built_tag}.tar.gz +Source: https://github.com/containers/skopeo/archive/e2c1eecd40b9121adf431a33cbbe60d22dc9fad7/skopeo-1.20.0-e2c1eec.tar.gz Patch001: add-loong64-support-for-bbolt.ptch Patch002: 0001-skopeo-uos-add-sw64-support.patch BuildRequires: go-md2man @@ -45,6 +46,9 @@ BuildRequires: pkgconfig(devmapper) BuildRequires: ostree-devel BuildRequires: glib2-devel BuildRequires: make +BuildRequires: shadow-utils-subid-devel +BuildRequires: sqlite-devel +BuildRequires: /usr/bin/go-md2man # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' # vendored provides Provides: bundled(golang(github.com/containers/common)) = v0.47.3 @@ -163,6 +167,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %doc README.md %changelog +* Mon Aug 25 2025 wenyuzifang - 1.20.0-1 +- Updated to version 1.20.0 to fix xxxxxxxxxx + + * Fri Mar 21 2025 zhuhongbo - 1.17.0-2 - skopeo uos add sw64 support -- Gitee