From 6e0a36b0e8646a9ba56e0c8c84650b1570e13496 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Feb 22 2018 20:54:45 +0000 Subject: Vendor in latest containers/storage This fixes a large SELinux bug. run: do not open /etc/hosts if not needed Add the following flags to buildah bud and from --add-host --cgroup-parent --cpu-period --cpu-quota --cpu-shares --cpuset-cpus --cpuset-mems --memory --memory-swap --security-opt --ulimit --- diff --git a/buildah.spec b/buildah.spec index 51684ca..897faa1 100644 --- a/buildah.spec +++ b/buildah.spec @@ -30,6 +30,7 @@ ExclusiveArch: x86_64 aarch64 ppc64le s390x BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: git BuildRequires: glib2-devel +BuildRequires: libseccomp-devel BuildRequires: ostree-devel BuildRequires: glibc-static BuildRequires: go-md2man