SHA256
1
0
forked from pool/runc

Accepting request 487271 from home:jordimassaguerpla:branch:V:c:runc:ignore_cgroup_v2_mountpoints

- fix bsc#1028113 - runc: make sure to ignore cgroup v2 mountpoints

OBS-URL: https://build.opensuse.org/request/show/487271
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=41
This commit is contained in:
2017-04-11 09:56:51 +00:00
committed by Git OBS Bridge
parent c57749596d
commit 6b0d36eb61
3 changed files with 22 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ Group: System/Management
Url: https://github.com/opencontainers/runc
Source: %{name}-git.%{git_version}.tar.xz
Patch0: CVE-2016-9962.patch
Patch1: ignore_cgroup2_mountpoint.patch
BuildRequires: fdupes
%ifarch %go_arches
BuildRequires: go >= 1.5
@@ -104,6 +105,9 @@ Test package for runc. It contains the source code and the tests.
%prep
%setup -q -n %{name}-git.%{git_version}
%patch0 -p1
%if 0%{?suse_version} > 1320
%patch1 -p1
%endif
%build
# Do not use symlinks. If you want to run the unit tests for this package at