diff options
| author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-15 17:53:31 +0000 |
|---|---|---|
| committer | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-15 17:53:31 +0000 |
| commit | a67c5278cd2bc83258ca825f5c00f8ff6df37ec4 (patch) | |
| tree | 8285150c7518da7610add16328334efd4ca217fa | |
| parent | 3e0ae87554762216aeb53aaf05e72717bdcebda2 (diff) | |
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
| -rw-r--r-- | buildah.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
