diff --git a/v1.17.0.tar.gz b/skopeo-1.20.0-e2c1eec.tar.gz similarity index 57% rename from v1.17.0.tar.gz rename to skopeo-1.20.0-e2c1eec.tar.gz index e2d026d349000466eed70c2dbc51b42e72241008..e77382349a7b9a2d5209afe397286857cf908c59 100644 Binary files a/v1.17.0.tar.gz and b/skopeo-1.20.0-e2c1eec.tar.gz differ diff --git a/skopeo.spec b/skopeo.spec index 2231b3cea1a52add4ea9f9e3957acef1ddff8505..46e5f36e992d5904e88565640aaaf80bc31bfb83 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global with_debug 1 @@ -30,8 +30,8 @@ License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2. Release: %{anolis_release}%{?dist} Summary: Inspect container images and repositories on registries URL: %{git0} +Source0: https://github.com/containers/skopeo/archive/e2c1eecd40b9121adf431a33cbbe60d22dc9fad7/skopeo-1.20.0-e2c1eec.tar.gz # Tarball fetched from upstream -Source0: %{url}/archive/%{built_tag}.tar.gz Patch001: add-loong64-support-for-bbolt.ptch Patch002: 0001-skopeo-uos-add-sw64-support.patch BuildRequires: go-md2man @@ -45,6 +45,9 @@ BuildRequires: pkgconfig(devmapper) BuildRequires: ostree-devel BuildRequires: glib2-devel BuildRequires: make +BuildRequires: /usr/bin/go-md2man +BuildRequires: sqlite-devel +BuildRequires: shadow-utils-subid-devel # 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 +166,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %doc README.md %changelog +* Fri Aug 29 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