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
This commit is contained in:
Daniel J Walsh 2017-07-18 21:31:00 +00:00
parent 4decefb361
commit c6f4565f64

View File

@ -37,6 +37,7 @@ ExclusiveArch: x86_64 aarch64 ppc64le
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
BuildRequires: git BuildRequires: git
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: ostree-devel
BuildRequires: glibc-static BuildRequires: glibc-static
BuildRequires: go-md2man BuildRequires: go-md2man
BuildRequires: gpgme-devel BuildRequires: gpgme-devel