From c6f4565f64854f14cbef1e5cbabf17c47e83fe15 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Jul 2017 21:31:00 +0000 Subject: buildah run: Add support for -- ending options parsing buildah Add/Copy support for glob syntax buildah commit: Add flag to remove containers on commit buildah push: Improve man page and help information buildah run: add a way to disable PTY allocation Buildah docs: clarify --runtime-flag of run command Update to match newer storage and image-spec APIs Update containers/storage and containers/image versions buildah export: add support buildah images: update commands buildah images: Add JSON output option buildah rmi: update commands buildah containers: Add JSON output option buildah version: add command buildah run: Handle run without an explicit command correctly Ensure volume points get created, and with perms buildah containers: Add a -a/--all option --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 018d546..bcec21f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -37,6 +37,7 @@ ExclusiveArch: x86_64 aarch64 ppc64le BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: git BuildRequires: glib2-devel +BuildRequires: ostree-devel BuildRequires: glibc-static BuildRequires: go-md2man BuildRequires: gpgme-devel -- cgit