SHA256
1
0
forked from pool/runc

Accepting request 869056 from home:cyphar:docker

runc 1.0.0-rc93 update.

OBS-URL: https://build.opensuse.org/request/show/869056
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=101
This commit is contained in:
2021-02-04 00:26:20 +00:00
committed by Git OBS Bridge
parent c589d24124
commit f530b9f9ff
6 changed files with 39 additions and 26 deletions

View File

@@ -18,15 +18,15 @@
# MANUAL: Make sure you update this each time you update runc.
%define git_version ff819c7e9184c13b7c2607fe6c30ae19403a7aff
%define git_version 12644e614e25b05da6fd08a38ffa0cfe1903fdec
# Package-wide golang version
%define go_version 1.13
%define _version 1.0.0-rc92
%define _version 1.0.0-rc93
%define project github.com/opencontainers/runc
Name: runc
Version: 1.0.0~rc92
Version: 1.0.0~rc93
Release: 0
Summary: Tool for spawning and running OCI containers
License: Apache-2.0
@@ -72,7 +72,7 @@ and has grown to become a separate project entirely.
%build
# build runc
make BUILDTAGS="apparmor selinux seccomp" COMMIT_NO="%{git_version}" runc
make BUILDTAGS="seccomp" COMMIT_NO="%{git_version}" runc
# build man pages
man/md2man-all.sh