Add zlib-devel and qemu-img to fedora map-packages.

Needed for building the bootstack image.

Change-Id: I4da14527f1647633213d86bef59fbd0eee3591f3
This commit is contained in:
Lucas Alvares Gomes
2013-06-07 16:39:06 +01:00
parent 8532b3d7ad
commit f58adecaf6

View File

@@ -40,6 +40,8 @@ package_map = {
'openvswitch-switch': 'openvswitch',
'python-numpy': 'numpy',
'libssl-dev': 'openssl-devel',
'libz-dev': 'zlib-devel',
'qemu-utils': 'qemu-img',
}
for arg in sys.argv[1:]: