Accepting request 1068108 from home:danishprakash:branches:devel:microos
- Update to version 1.2.1: - Add _service file OBS-URL: https://build.opensuse.org/request/show/1068108 OBS-URL: https://build.opensuse.org/package/show/devel:microos/nerdctl?expand=0&rev=6
This commit is contained in:
parent
4ca9d446e0
commit
b158c37835
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.2.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version">
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containerd/nerdctl.git</param>
|
||||
<param name="changesrevision">a0bbfd75ba92bcb11ac6059bf4f6f4e50c6da0b8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37690387a05b03fdb376a9988776dd24bf872b6d87f73224c8c1ce2beebbd4cf
|
||||
size 482695
|
3
nerdctl-1.2.1.tar.xz
Normal file
3
nerdctl-1.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5976cd3b636ec0dcb86ba6abfcf9ce71869fd3da5852eeb32e37027c404047d0
|
||||
size 365468
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,20 +24,20 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: nerdctl
|
||||
Version: 1.1.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Docker-compatible CLI for containerd
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/containerd/nerdctl
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
BuildRequires: golang(API) >= 1.18
|
||||
Requires: buildkit
|
||||
Requires: cni-plugins
|
||||
Requires: containerd
|
||||
Requires: iptables
|
||||
Requires: rootlesskit >= 1.0.0
|
||||
Requires: slirp4netns >= 0.4.0
|
||||
Requires: iptables
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3c1cb227214c76c64c8ff50da8127379e07ce84f7df575930f786bb6c8e408e
|
||||
size 4521304
|
||||
oid sha256:abf6a7b42708e9602beb7b840f84249938d9594a3d505fbe397761cf1bd3353c
|
||||
size 3583836
|
||||
|
Loading…
x
Reference in New Issue
Block a user