Updated the packages for QEMU centos installation.

Change-Id: I4145e5d3570f7fca2b6c7b0dd5c3d7a5cda6157e
This commit is contained in:
helena mcgough 2018-02-20 10:09:19 +00:00
parent 4755a273e8
commit 490fb6f6cf
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ function install_libvirt_qemu_src {
add_repositories
install_build_deps libvirt-bin
install_build_deps qemu-kvm
install_package libnuma-dev gcc make build-essential autopoint
install_package gcc make build-essential autopoint
else
if [ rpm -qa | grep libvirtd > /dev/null ]; then
stop_service libvirtd
@ -184,7 +184,7 @@ function install_libvirt_qemu_src {
fi
install_build_deps libvirt
install_build_deps qemu
install_package libnuma-devel gcc make gettext-devel pkgconfig
install_package gcc make gettext-devel pkgconfig libaio-devel libcap-devel libiscsi-devel
fi
set -o errexit