Accepting request 1068439 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1068439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nerdctl?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2023-03-01 15:14:54 +00:00 committed by Git OBS Bridge
commit 1959159055
7 changed files with 46 additions and 15 deletions

View File

@ -1,18 +1,19 @@
<services> <services>
<service name="download_files" mode="disabled" />
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containerd/nerdctl.git</param> <param name="url">https://github.com/containerd/nerdctl.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="revision">v1.2.1</param>
<param name="revision">v1.0.0</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
</service> </service>
<service name="set_version" mode="disabled" /> <service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">gz</param> <param name="compression">xz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="compression">xz</param>
</service> </service>
<service name="go_modules" mode="disabled" />
</services> </services>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/containerd/nerdctl.git</param> <param name="url">https://github.com/containerd/nerdctl.git</param>
<param name="changesrevision">c94a967a2c481c24c1305d0a816d71fccbd97344</param></service></servicedata> <param name="changesrevision">a0bbfd75ba92bcb11ac6059bf4f6f4e50c6da0b8</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81345820900568b75a5934f89a6b51431534039804fff28d63dee8ee92863f86
size 440382

3
nerdctl-1.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5976cd3b636ec0dcb86ba6abfcf9ce71869fd3da5852eeb32e37027c404047d0
size 365468

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Feb 28 05:39:54 UTC 2023 - danish.prakash@suse.com
- Update to version 1.2.1:
* update containerd (1.6.19)
* update Kubo (0.18.1)
* update Nydus (2.1.4)
* update BuildKit (0.11.3)
* build(deps): bump github.com/klauspost/compress from 1.15.15 to 1.16.0
* build(deps): bump github.com/containerd/containerd
- Add _service file
-------------------------------------------------------------------
Sat Dec 17 13:38:00 UTC 2022 - contact@marknefedov.dev
- Update to version 1.1.0:
* nerdctl compose:
* New commands: nerdctl compose (stop|restart|rm|images|exec|pause|unpause|top|port)
* New flags: nerdctl compose ps --format=json
* New YAML properties: x-nerdctl-{verify,cosign-public-key,sign,cosign-private-key}
* nerdctl image convert:
* New estargz flags: --estargz-min-chunk-size=<SIZE>, --estargz-external-toc, --estargz-keep-diff-id
* New zstd flags: --zstdchunked-record-in, --zstdchunked-compression-level, --zstdchunked-chunk-size
* Support OverlayBD (--overlaybd, --overlaybd-fs-type, --overlaybd-dbstr
* nerdctl network rm:
* Support removing a network by ID
* nerdctl-full:
* Update containerd (1.6.12), fuse-overlayfs (1.10), RootlessKit (1.1.0), Kubo (0.17.0), Stargz Snapshotter (0.13.0), BuildKit (0.10.6)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 12 20:24:02 UTC 2022 - contact@marknefedov.dev Sat Nov 12 20:24:02 UTC 2022 - contact@marknefedov.dev
- Update to version 1.0.0: - Update to version 1.0.0:

View File

@ -1,7 +1,7 @@
# #
# spec file for package nerdctl # spec file for package nerdctl
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,17 +24,18 @@
%global import_path %{provider_prefix} %global import_path %{provider_prefix}
Name: nerdctl Name: nerdctl
Version: 1.0.0 Version: 1.2.1
Release: 0 Release: 0
Summary: Docker-compatible CLI for containerd Summary: Docker-compatible CLI for containerd
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/containerd/nerdctl URL: https://github.com/containerd/nerdctl
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz Source1: vendor.tar.xz
BuildRequires: golang(API) >= 1.18 BuildRequires: golang(API) >= 1.18
Requires: buildkit Requires: buildkit
Requires: cni-plugins Requires: cni-plugins
Requires: containerd Requires: containerd
Requires: iptables
Requires: rootlesskit >= 1.0.0 Requires: rootlesskit >= 1.0.0
Requires: slirp4netns >= 0.4.0 Requires: slirp4netns >= 0.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7d7015c862feab89e1c0153fdc003e8a2444ee0f05dd68ae63f106bd2a808ca5 oid sha256:abf6a7b42708e9602beb7b840f84249938d9594a3d505fbe397761cf1bd3353c
size 4811864 size 3583836