Accepting request 437082 from home:jordimassaguerpla:branch:VC:update_docker_12_2

OBS-URL: https://build.opensuse.org/request/show/437082
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=31
This commit is contained in:
Jordi Massaguer 2016-10-24 10:56:09 +00:00 committed by Git OBS Bridge
parent 1cdca70f6e
commit 597fb076b1
5 changed files with 16 additions and 10 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/docker/containerd.git</param>
<param name="scm">git</param>
<param name="filename">containerd</param>
<param name="versionformat">0.2.3</param>
<param name="revision">v0.2.3</param>
<param name="versionformat">git.%h</param>
<param name="revision">0366d7e9693c930cf18c0f50cc16acec064e96c5</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:0132d7340455052f404650d20a22644b3e2dc545447c212c10be51d1033c8699
size 477748

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 13 11:14:39 UTC 2016 - jmassaguerpla@suse.com
- update to commit 0366d7e which is the one required for docker-1.12.2
(bsc#1004490)
-------------------------------------------------------------------
Mon Sep 19 11:58:44 UTC 2016 - jmassaguerpla@suse.com

View File

@ -38,17 +38,17 @@
%define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed -static-libgo -ldl"
%endif
%define git_version 973f21f
%define version_unconverted 0.2.3
%define git_version 0366d7e
%define version_unconverted %{git_version}
Name: containerd
Version: 0.2.3
Version: 0.2.4+git%{git_version}
Release: 0
Summary: Standalone OCI Container Daemon
License: Apache-2.0
Group: System/Management
Url: https://containerd.tools
Source: %{name}-%{version}.tar.xz
Source: %{name}-git.%{git_version}.tar.xz
Source1: %{name}.service
Source2: %{name}.socket
Source3: sysconfig.%{name}
@ -104,7 +104,7 @@ BuildArch: noarch
Test package for containerd. It contains the source code and the tests.
%prep
%setup -q
%setup -q -n %{name}-git.%{git_version}
%build
# Do not use symlinks. If you want to run the unit tests for this package at