Accepting request 447027 from home:jordimassaguerpla:branch:V:c:update_docker_to_1_12_5
OBS-URL: https://build.opensuse.org/request/show/447027 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=40
This commit is contained in:
parent
f911c03839
commit
6fc641897a
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">containerd</param>
|
||||
<param name="versionformat">git.%h</param>
|
||||
<param name="revision">0366d7e9693c930cf18c0f50cc16acec064e96c5</param>
|
||||
<param name="revision">2a5e70cbf65457815ee76b7e5dd2a01292d9eca8</param>
|
||||
<param name="exclude">.git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc2669ba658a07d4280fe330e46e82af92db31ca55c24228a0b2f303549f3a04
|
||||
size 476264
|
3
containerd-git.2a5e70c.tar.xz
Normal file
3
containerd-git.2a5e70c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f15e307be487785e238a94fd99304364259a5099b7a49f6fada70f33c993bd06
|
||||
size 481888
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 12:46:14 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- update containerd to the version used in docker 1.12.5 (bsc#1016307).
|
||||
This fixes bsc#1015661
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 16:10:41 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
|
@ -39,17 +39,17 @@
|
||||
%endif
|
||||
|
||||
# MANUAL: Update the git_version and git_revision
|
||||
%define git_version 0366d7e
|
||||
%define git_version 2a5e70c
|
||||
# How to get the git_revision
|
||||
# git clone https://github.com/docker/containerd.git containerd-upstream
|
||||
# cd containerd
|
||||
# git checkout $git_version
|
||||
# git_revision=r$(git rev-list HEAD | wc -l)
|
||||
%define git_revision r565
|
||||
%define git_revision r569
|
||||
%define version_unconverted %{git_version}
|
||||
|
||||
Name: containerd
|
||||
Version: 0.2.4+git%{git_revision}_%{git_version}
|
||||
Version: 0.2.5+git%{git_revision}_%{git_version}
|
||||
Release: 0
|
||||
Summary: Standalone OCI Container Daemon
|
||||
License: Apache-2.0
|
||||
@ -70,7 +70,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Dockerfile. However, for some reason the Dockerfile for containerd
|
||||
# diverges from the one for Docker. As such, this cannot be a hard
|
||||
# requirement (that would break Docker).
|
||||
Requires: runc = 0.1.1+gitr2816_02f8fa7
|
||||
Requires: runc = 0.1.1+gitr2818_f59ba3cdd76f
|
||||
Requires(post): %fillup_prereq
|
||||
|
||||
%define client ctr
|
||||
|
Loading…
Reference in New Issue
Block a user