Aleksa Sarai 2016-12-19 14:01:37 +00:00 committed by Git OBS Bridge
parent e10db47282
commit 4c6313f08e
5 changed files with 33 additions and 13 deletions

View File

@ -1,10 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/opencontainers/runc.git</param>
<!-- FIXME: This will (very soon) be split into a separate runC package,
because we shouldn't be pinning it to Docker's release and vendoring
schedule. Docker is a very peculiar user of runC and we should be
providing runC as a separate package so that users can use it. -->
<param name="url">https://github.com/docker/runc.git</param>
<param name="scm">git</param>
<param name="filename">runc</param>
<param name="versionformat">git.%h</param>
<param name="revision">02f8fa7863dd3f82909a73e2061897828460d52f</param>
<param name="revision">f59ba3cdd76fdc08c004f42aa915996f6f420899</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:243c748d094c46a8d6ca283f9992d69be161bf5bd32716b0e20664caac456427
size 405940

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 19 12:49:38 UTC 2016 - jmassaguerpla@suse.com
- update runc to the version used in docker 1.12.5 (bsc#1016307).
This fixes bsc#1015661
-------------------------------------------------------------------
Mon Dec 19 12:17:07 UTC 2016 - asarai@suse.com
- For the moment, we have to switch to using Docker's fork of runC. This *will*
be solved properly by creating a new package purely for Docker's runC fork,
because it's quite silly to tie OCI project releases to Docker's vendoring
scheme. Once this is fixed, this package will be switch to being purely-OCI.
-------------------------------------------------------------------
Fri Dec 16 17:05:37 UTC 2016 - jmassaguerpla@suse.com

View File

@ -37,17 +37,20 @@
%endif
# MANUAL: Update the git_version and git_revision
%define git_version 02f8fa7
# FIX-OPENSUSE: This will be removed as soon as we move Docker's runC fork into
# a separate package. This whole versioning mess is caused by
# Docker vendoring non-releases of runC.
%define git_version f59ba3cdd76f
# How to get the git_revision
# git clone ${url}.git runc-upstream
# cd runc-upstream
# git checkout $git_version
# git_revision=r$(git rev-list HEAD | wc -l)
%define git_revision r2816
%define git_revision r2818
%define version_unconverted %{git_version}
Name: runc
Version: 0.1.1+git%{git_revision}_%{git_version}
Version: 0.1.1+git%{git_revision}_%{git_version}+%{git_patches}
Release: 0
Summary: Tool for spawning and running OCI containers
License: Apache-2.0
@ -99,7 +102,6 @@ Test package for runc. It contains the source code and the tests.
%prep
%setup -q -n %{name}-git.%{git_version}
# Apply the vendor'd patch to the right subdirectory.
%build
# Do not use symlinks. If you want to run the unit tests for this package at