From 0d65c5fa084403f00068fee2089dce354ba97d26 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 15 Nov 2017 17:53:16 +0000 Subject: Adds support for converting manifest types when using the dir transport Rework how we do UID resolution in images Bump github.com/vbatts/tar-split Set option.terminal appropriately in run --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index fa70894..2a3d574 100644 --- a/buildah.spec +++ b/buildah.spec @@ -46,6 +46,7 @@ BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel Requires: runc >= 1.0.0-7 Requires: skopeo-containers >= 0.1.20-2 +Requires: container-selinux Provides: %{repo} = %{version}-%{release} %description -- cgit