From a2d6be2fa23a0efd77ca040bd7341f3b9d8997c777ddcf751175d15f0b490f12 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 Oct 2018 12:15:32 +0000 Subject: [PATCH] Accepting request 645460 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/645460 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=28 --- podman.changes | 6 ++++++ podman.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/podman.changes b/podman.changes index 150e09e..2110084 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 30 06:57:08 UTC 2018 - Valentin Rothberg + +- Require slirp4netns to enable networking for unprivileged network namespaces + aka networking for rootless podman. + ------------------------------------------------------------------- Wed Oct 17 06:07:29 UTC 2018 - Valentin Rothberg diff --git a/podman.spec b/podman.spec index aa2f117..0bc2cd6 100644 --- a/podman.spec +++ b/podman.spec @@ -56,6 +56,7 @@ Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage Requires: runc >= 1.0.0~rc4 +Requires: slirp4netns Recommends: %{name}-cni-config = %{version} %{go_nostrip} %if 0%{?with_libostree}