SHA256
1
0
forked from pool/runc

Accepting request 580739 from home:cyphar:containers:runc_rc5

- Upgrade to runc v1.0.0~rc5. Upstream changelog is available from
  https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc5
- Remove patch now merged upstream.
  - bsc1053532-0001-makefile-drop-usage-of-install.patch

OBS-URL: https://build.opensuse.org/request/show/580739
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=59
This commit is contained in:
2018-02-27 17:41:09 +00:00
committed by Git OBS Bridge
parent a670c86507
commit 5b9cf0431f
8 changed files with 35 additions and 131 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package runc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
%define git_version %{nil}
%define go_tool go
%define _version 1.0.0-rc4
%define _version 1.0.0-rc5
%define project github.com/opencontainers/runc
# enable libseccomp for sle >= sle12sp2
@@ -39,7 +39,7 @@
%endif
Name: runc
Version: 1.0.0~rc4
Version: 1.0.0~rc5
Release: 0
Summary: Tool for spawning and running OCI containers
License: Apache-2.0
@@ -57,8 +57,6 @@ BuildRequires: golang(API) = 1.7
BuildRequires: libseccomp-devel
%endif
BuildRequires: libselinux-devel
# SUSE-FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/1555. bsc#1053532
Patch100: bsc1053532-0001-makefile-drop-usage-of-install.patch
Recommends: criu
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -87,8 +85,6 @@ Test package for runc. It contains the source code and the tests.
%prep
%setup -q -n %{name}-%{_version}
# bsc#1053532
%patch100 -p1
%build
# Do not use symlinks. If you want to run the unit tests for this package at