summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-07-18 21:31:00 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2017-07-18 21:31:00 +0000
commitc6f4565f64854f14cbef1e5cbabf17c47e83fe15 (patch)
treefce70c35fc0ab3ccc8d534a7554cde7d8994ae31
parent4decefb361c420a1de7800d07050cfe8c3dd23b9 (diff)
downloadbuildah-c6f4565f64854f14cbef1e5cbabf17c47e83fe15.tar.gz
buildah-c6f4565f64854f14cbef1e5cbabf17c47e83fe15.tar.xz
buildah-c6f4565f64854f14cbef1e5cbabf17c47e83fe15.zip
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
-rw-r--r--buildah.spec1
1 files changed, 1 insertions, 0 deletions
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