Accepting request 811117 from Virtualization:containers

- Update to containerd v1.2.13, which is required for Docker 19.03.11-ce.
  bsc#1172377

OBS-URL: https://build.opensuse.org/request/show/811117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2020-06-05 18:05:22 +00:00 committed by Git OBS Bridge
commit d0d68180fa
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.2.10_%h</param>
<param name="revision">v1.2.10</param>
<param name="versionformat">1.2.13_%h</param>
<param name="revision">v1.2.13</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:f2308381cff65070c2ea8399e9f9f7c7942bd5c3a9a8fda233744fca238974ee
size 2705880

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03f2e22d304ba27b4857c72b2f8f94b30fb1089d07d94cd31fd7b49785ef0a0c
size 2757388

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 2 08:57:36 UTC 2020 - Aleksa Sarai <asarai@suse.com>
- Update to containerd v1.2.13, which is required for Docker 19.03.11-ce.
bsc#1172377
-------------------------------------------------------------------
Tue Oct 8 23:35:36 UTC 2019 - Aleksa Sarai <asarai@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package containerd
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,16 +34,16 @@
%endif
# MANUAL: Update the git_version.
%define git_version b34a5c8af56e510852c35414db4c1f4fa6172339
%define git_short b34a5c8af56e
%define git_version 7ad184331fa3e55e52b890ea95e65ba581ae3429
%define git_short 7ad184331fa3
Name: %{realname}%{name_suffix}
Version: 1.2.10
Version: 1.2.13
Release: 0
Summary: Standalone OCI Container Daemon
License: Apache-2.0
Group: System/Management
Url: https://containerd.tools
URL: https://containerd.tools
Source: %{realname}-%{version}_%{git_short}.tar.xz
Source1: %{realname}-rpmlintrc
# OPENSUSE-FIX-UPSTREAM: Backport of https://github.com/containerd/containerd/pull/2764.