SHA256
1
0
forked from pool/runc

Accepting request 804873 from home:cyphar:docker

- Backport https://github.com/opencontainers/runc/pull/2391 to help fix
  bsc#1168481.
  + bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch

OBS-URL: https://build.opensuse.org/request/show/804873
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=94
This commit is contained in:
Aleksa Sarai 2020-05-13 07:16:34 +00:00 committed by Git OBS Bridge
parent b91f4ecce0
commit 923e7ff863
3 changed files with 3846 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 13 06:49:44 UTC 2020 - Aleksa Sarai <asarai@suse.com>
- Backport https://github.com/opencontainers/runc/pull/2391 to help fix
bsc#1168481.
+ bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 10:16:21 UTC 2020 - Ralf Haferkamp <rhafer@suse.com> Tue Apr 14 10:16:21 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>

View File

@ -51,8 +51,10 @@ Source0: https://github.com/opencontainers/runc/releases/download/v%{_ver
Source1: https://github.com/opencontainers/runc/releases/download/v%{_version}/runc.tar.xz.asc#/runc-%{_version}.tar.xz.asc Source1: https://github.com/opencontainers/runc/releases/download/v%{_version}/runc.tar.xz.asc#/runc-%{_version}.tar.xz.asc
Source2: runc.keyring Source2: runc.keyring
Source3: runc-rpmlintrc Source3: runc-rpmlintrc
# FIX-UPSTREAM: cherry pick of https://github.com/opencontainers/runc/pull/1807 # FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/1807. bsc#1149954
Patch0: bsc1149954-0001-sd-notify-do-not-hang-when-NOTIFY_SOCKET-is-used-wit.patch Patch0: bsc1149954-0001-sd-notify-do-not-hang-when-NOTIFY_SOCKET-is-used-wit.patch
# FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/2391. bsc#1168481
Patch1: bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: go-go-md2man BuildRequires: go-go-md2man
BuildRequires: golang(API) >= %{go_version} BuildRequires: golang(API) >= %{go_version}
@ -86,7 +88,10 @@ Test package for runc. It contains the source code and the tests.
%prep %prep
%setup -q -n %{name}-%{_version} %setup -q -n %{name}-%{_version}
%patch0 -p1 # bsc#1149954
%patch0 -p1
# bsc#1168481
%patch1 -p1
%build %build
# Do not use symlinks. If you want to run the unit tests for this package at # Do not use symlinks. If you want to run the unit tests for this package at