提交 9b8de548 编写于 作者: S swapnakrishnan2k

qemu.spice: Changing spice-gtk tar pkg to latest

Changing the spice-gtk tar package to be the latest upstream 
release from 0.29. 

Reviewed By: Swapna Krishnan <skrishna@redhat.com>
上级 7cf589b4
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册