SHA256
1
0
forked from pool/runc
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

@@ -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