diff options
author | Matthias Dahl <matthias.dahl@binary-island.eu> | 2019-11-24 09:07:28 +0100 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-11-24 11:46:25 -0800 |
commit | 69fa809444d7ca0ecc63519e76790d2a321c9936 (patch) | |
tree | 490d012dfbee2407e5983d3a391f719e6a19405b /app-emulation/libpod | |
parent | dev-embedded/esptool: Version bump to 2.8 (diff) | |
download | gentoo-69fa809444d7ca0ecc63519e76790d2a321c9936.tar.gz gentoo-69fa809444d7ca0ecc63519e76790d2a321c9936.tar.bz2 gentoo-69fa809444d7ca0ecc63519e76790d2a321c9936.zip |
app-emulation/libpod: Add missing seccomp.json and crun runtime dep
seccomp.json needs to be installed in /usr/share/containers and will
be used by libpod as well as buildah. Without it, some containers
will not work due to seccomp usage that is otherwise blocked.
Fedora has switched to crun as the default container runtime. At the
moment it is the only runtime that supports CGroup v2 which in-turn
greatly helps with rootless mode. Support crun as an alternative to
the runc dependency.
Closes: https://bugs.gentoo.org/692118
Closes: https://github.com/gentoo/gentoo/pull/13743
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Matthias Dahl <matthias.dahl@binary-island.eu>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/libpod')
-rw-r--r-- | app-emulation/libpod/libpod-1.6.3-r1.ebuild (renamed from app-emulation/libpod/libpod-1.6.3.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/libpod/libpod-1.6.3.ebuild b/app-emulation/libpod/libpod-1.6.3-r1.ebuild index 029c6c1413fc..fbbde543c71c 100644 --- a/app-emulation/libpod/libpod-1.6.3.ebuild +++ b/app-emulation/libpod/libpod-1.6.3-r1.ebuild @@ -21,7 +21,7 @@ RESTRICT="test" COMMON_DEPEND=" app-crypt/gpgme:= >=app-emulation/conmon-2.0.0 - >=app-emulation/runc-1.0.0_rc6 + || ( >=app-emulation/runc-1.0.0_rc6 app-emulation/crun ) dev-libs/libassuan:= dev-libs/libgpg-error:= sys-fs/lvm2 @@ -93,6 +93,9 @@ src_install() { newins test/registries.conf registries.conf.example newins test/policy.json policy.json.example + insinto /usr/share/containers + doins seccomp.json + newinitd "${FILESDIR}"/podman.initd podman insinto /etc/logrotate.d |