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:
parent
b91f4ecce0
commit
923e7ff863
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
||||
|
@ -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
|
||||
Source2: runc.keyring
|
||||
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
|
||||
# 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: go-go-md2man
|
||||
BuildRequires: golang(API) >= %{go_version}
|
||||
@ -86,7 +88,10 @@ Test package for runc. It contains the source code and the tests.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{_version}
|
||||
# bsc#1149954
|
||||
%patch0 -p1
|
||||
# bsc#1168481
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
# Do not use symlinks. If you want to run the unit tests for this package at
|
||||
|
Loading…
Reference in New Issue
Block a user