Add missing runtime dependencies

Change-Id: I46c2262092b06dd9559dd347c6efef38def20e51
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-12-30 20:39:01 -05:00
parent a2cfad3dc4
commit 8f2f8b67d3
2 changed files with 4 additions and 0 deletions

View File

@ -16,8 +16,10 @@ __diskimage_builder_build_depends:
- git
__diskimage_builder_depends:
- curl
- debootstrap
- kpartx
- parted
- qemu-utils
- uuid-runtime
- yum-utils

View File

@ -16,9 +16,11 @@ __diskimage_builder_build_depends:
- git
__diskimage_builder_depends:
- curl
- debootstrap
- gnupg
- kpartx
- parted
- qemu-img
- yum-utils