From ec2d752fb72ca8d20ca70b1c0a3f7e3a5d802868 Mon Sep 17 00:00:00 2001 From: abushwang Date: Mon, 14 Jul 2025 14:58:02 +0800 Subject: [PATCH] update to 2.1.3 Signed-off-by: abushwang --- nerdctl.spec | 25 +++++++++++++------------ sources | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/nerdctl.spec b/nerdctl.spec index 950e1e1..3fee60d 100644 --- a/nerdctl.spec +++ b/nerdctl.spec @@ -2,12 +2,12 @@ Summary: Docker-compatible CLI for containerd Name: nerdctl -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} License: Apache-2.0 URL: https://github.com/containerd/nerdctl # https://github.com/containerd/nerdctl/archive/v%%{version}.tar.gz -# git checkout %%{version} && cd cmd/ && go mod vendor && git add vendor/* && \ +# git checkout v%%{version} && cd cmd/ && go mod vendor && git add vendor/* && \ # cd .. && git archive --prefix=%%{name}-%%{version}/ -o %%{version}-vendor.tar.gz HEAD Source0: %{version}-vendor.tar.gz @@ -18,12 +18,12 @@ BuildRequires: golang >= 1.23 git make tar gzip # 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' Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20250102033503_faa5f7b0171c Provides: bundled(golang(github.com/cilium/ebpf)) = v0.16.0 -Provides: bundled(golang(github.com/compose_spec/compose_go/v2)) = v2.6.3 +Provides: bundled(golang(github.com/compose_spec/compose_go/v2)) = v2.7.1 Provides: bundled(golang(github.com/containerd/accelerated_container_image)) = v1.3.0 Provides: bundled(golang(github.com/containerd/cgroups/v3)) = v3.0.5 Provides: bundled(golang(github.com/containerd/console)) = v1.0.5 Provides: bundled(golang(github.com/containerd/containerd/api)) = v1.9.0 -Provides: bundled(golang(github.com/containerd/containerd/v2)) = v2.1.1 +Provides: bundled(golang(github.com/containerd/containerd/v2)) = v2.1.3 Provides: bundled(golang(github.com/containerd/continuity)) = v0.4.5 Provides: bundled(golang(github.com/containerd/errdefs/pkg)) = v0.3.0 Provides: bundled(golang(github.com/containerd/errdefs)) = v1.0.0 @@ -33,7 +33,7 @@ Provides: bundled(golang(github.com/containerd/go_runc)) = v1.1.0 Provides: bundled(golang(github.com/containerd/imgcrypt/v2)) = v2.0.1 Provides: bundled(golang(github.com/containerd/log)) = v0.1.0 Provides: bundled(golang(github.com/containerd/nerdctl/mod/tigron)) = v0.0.0 -Provides: bundled(golang(github.com/containerd/nydus_snapshotter)) = v0.15.1 +Provides: bundled(golang(github.com/containerd/nydus_snapshotter)) = v0.15.2 Provides: bundled(golang(github.com/containerd/platforms)) = v1.0.0_rc.1 Provides: bundled(golang(github.com/containerd/plugin)) = v1.0.0 Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.16.3 @@ -50,9 +50,9 @@ Provides: bundled(golang(github.com/creack/pty)) = v1.1.24 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.4.1 Provides: bundled(golang(github.com/distribution/reference)) = v0.6.0 Provides: bundled(golang(github.com/djherbis/times)) = v1.6.0 -Provides: bundled(golang(github.com/docker/cli)) = v28.1.1+incompatible +Provides: bundled(golang(github.com/docker/cli)) = v28.3.1+incompatible Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.8.2 -Provides: bundled(golang(github.com/docker/docker)) = v28.1.1+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v28.3.1+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.5.0 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/fahedouch/go_logrotate)) = v0.3.0 @@ -68,12 +68,12 @@ Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.4 Provides: bundled(golang(github.com/go_logr/logr)) = v1.4.2 Provides: bundled(golang(github.com/go_logr/stdr)) = v1.2.2 Provides: bundled(golang(github.com/google/go_cmp)) = v0.7.0 -Provides: bundled(golang(github.com/go_viper/mapstructure/v2)) = v2.2.1 +Provides: bundled(golang(github.com/go_viper/mapstructure/v2)) = v2.3.0 Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.1.0 Provides: bundled(golang(github.com/ipfs/go_cid)) = v0.5.0 Provides: bundled(golang(github.com/klauspost/compress)) = v1.18.0 Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = v2.2.8 -Provides: bundled(golang(github.com/Masterminds/semver/v3)) = v3.3.1 +Provides: bundled(golang(github.com/Masterminds/semver/v3)) = v3.4.0 Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.13 Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.20 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 @@ -111,6 +111,7 @@ Provides: bundled(golang(github.com/philhofer/fwd)) = v1.1.3_0.20240916144458_20 Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 Provides: bundled(golang(github.com/rootless_containers/bypass4netns)) = v0.4.2 Provides: bundled(golang(github.com/rootless_containers/rootlesskit/v2)) = v2.3.5 +Provides: bundled(golang(github.com/santhosh_tekuri/jsonschema/v6)) = v6.0.1 Provides: bundled(golang(github.com/sasha_s/go_deadlock)) = v0.3.5 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.3 Provides: bundled(golang(github.com/smallstep/pkcs7)) = v0.1.1 @@ -123,9 +124,6 @@ Provides: bundled(golang(github.com/tinylib/msgp)) = v1.3.0 Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.6 Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.3.1 Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.5 -Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb -Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 -Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 Provides: bundled(golang(github.com/xhit/go_str2duration/v2)) = v2.1.0 Provides: bundled(golang(github.com/yuchanns/srslog)) = v1.1.0 Provides: bundled(golang(lukechampine.com/blake3)) = v1.3.0 @@ -182,5 +180,8 @@ install -m 644 docs/*.md %{buildroot}%{_docdir}/%{name}/ 2>/dev/null || true %{_bindir}/nerdctl %changelog +* Mon Jul 14 2025 Shuo Wang - 2.1.3-1 +- update to 2.1.3 + * Thu Jul 3 2025 Shuo Wang - 2.1.2-1 - initial build diff --git a/sources b/sources index 9b25e0a..3a86915 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (2.1.2-vendor.tar.gz) = 9dced77fc80b14784e3fe18018263d5227ac32545786afeb76b2faf580c3f0e1f171e55989b23be40ede79aae37849c7d189550b2fc7ce7055c574b0b5e9feda +SHA512 (2.1.3-vendor.tar.gz) = 07a93363de2752beb300cc84bf06b4c8416ba254c8564c3ea3941b464a2b5af4965a960251a2e9cb1971eb5066ab9c581d6d992524795463726b98c75e7832fa -- Gitee