Accepting request 980949 from home:cyphar:docker

- Update to containerd v1.5.12. Upstream release notes:
  <https://github.com/containerd/containerd/releases/tag/v1.5.12>

OBS-URL: https://build.opensuse.org/request/show/980949
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=132
This commit is contained in:
Aleksa Sarai 2022-06-06 05:45:19 +00:00 committed by Git OBS Bridge
parent ebe410d794
commit 0cc1a3e056
5 changed files with 16 additions and 10 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/containerd/containerd.git</param>
<param name="scm">git</param>
<param name="filename">containerd</param>
<param name="versionformat">1.5.11_%h</param>
<param name="revision">v1.5.11</param>
<param name="versionformat">1.5.12_%h</param>
<param name="revision">v1.5.12</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c336dd3501a9a81e24d3385b84a946bc252e6379929e372bac58c31d757d688
size 4439804

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18d7f7583a7cf94329827ca8b6bbc5c65db566917433c07d86a9702e013f39d3
size 4482804

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 6 05:41:10 UTC 2022 - Aleksa Sarai <asarai@suse.com>
- Update to containerd v1.5.12. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.5.12>
-------------------------------------------------------------------
Thu Apr 14 04:15:16 UTC 2022 - Aleksa Sarai <asarai@suse.com>

View File

@ -23,11 +23,11 @@
%endif
# MANUAL: Update the git_version.
%define git_version 3df54a852345ae127d1fa3092b95168e4a88e2f8
%define git_short 3df54a852345
%define git_version a4014bc909aa533eb3c22f83f2a258bb0822e1b0
%define git_short a4014bc909aa
Name: containerd
Version: 1.5.11
Version: 1.5.12
Release: 0
Summary: Standalone OCI Container Daemon
License: Apache-2.0
@ -43,8 +43,8 @@ BuildRequires: libbtrfs-devel >= 3.8
BuildRequires: libseccomp-devel >= 2.2
BuildRequires: pkg-config
# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
# for 'golang(API) >= 1.16' here, so just require 1.16 exactly. bsc#1172608
BuildRequires: go1.16
# for 'golang(API) >= 1.18' here, so just require 1.18 exactly. bsc#1172608
BuildRequires: go1.18
# We provide a git revision so that Docker can require it properly.
Provides: %{name}-git = %{git_version}
# Currently runc is the only supported runtime for containerd. We pin the same