diff --git a/qemu/tests/rv_build_install.py b/qemu/tests/rv_build_install.py index 256e5bfa999561cccc2097c4d50ea38946e42117..be433efae1120975dd2604ac3e2757737dbb4fd8 100644 --- a/qemu/tests/rv_build_install.py +++ b/qemu/tests/rv_build_install.py @@ -197,7 +197,7 @@ def build_install_spicegtk(vm_root_session, vm_script_path, params): # spice-gtk needs to built from tarball before building virt-viewer on RHEL6 pkgName = params.get("build_install_pkg") if pkgName != "spice-gtk": - tarballLocation = "http://www.spice-space.org/download/gtk/spice-gtk-0.29.tar.bz2" + tarballLocation = "http://www.spice-space.org/download/gtk/spice-gtk-LATEST.tar.bz2" cmd = "%s -p spice-gtk --tarball %s" % (vm_script_path, tarballLocation) output = vm_root_session.cmd(cmd, timeout=600) logging.info(output)