This commit is contained in:
10
runc.spec
10
runc.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user