Hello community, here is the log from the commit of package runc for openSUSE:Factory checked in at 2020-05-14 23:22:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/runc (Old) and /work/SRC/openSUSE:Factory/.runc.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "runc" Thu May 14 23:22:28 2020 rev:30 rq:804891 version:1.0.0~rc10 Changes: -------- --- /work/SRC/openSUSE:Factory/runc/runc.changes 2020-04-15 19:53:43.401578118 +0200 +++ /work/SRC/openSUSE:Factory/.runc.new.2738/runc.changes 2020-05-14 23:22:31.404683612 +0200 @@ -1,0 +2,7 @@ +Wed May 13 06:49:44 UTC 2020 - Aleksa Sarai <[email protected]> + +- Backport https://github.com/opencontainers/runc/pull/2391 to help fix + bsc#1168481. + + bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch + +------------------------------------------------------------------- New: ---- bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ runc.spec ++++++ --- /var/tmp/diff_new_pack.92cgHD/_old 2020-05-14 23:22:32.124685183 +0200 +++ /var/tmp/diff_new_pack.92cgHD/_new 2020-05-14 23:22:32.124685183 +0200 @@ -51,8 +51,10 @@ 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 @@ %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 ++++++ bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch ++++++ ++++ 3832 lines (skipped)
