summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-05-01 14:01:33 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-01 14:01:33 +0200
commit70ebca20d068735546718349a405fe70f56cda2c (patch)
tree6b3661f693329f5fb795efbf3322c0190c9eb3bb
parent2d90d1340814bf5919ac79929f046d84ee437081 (diff)
use qemu from upstream
-rw-r--r--modulesets/spice.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index a56d6a8..9603438 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -8,6 +8,9 @@
<repository type="git" name="spice"
href="git://anongit.freedesktop.org/git/spice"/>
+ <repository type="git" name="qemu"
+ href="git://git.qemu.org"/>
+
<repository type="git" name="git.gitorious.org"
href="git://gitorious.org/"/>
@@ -54,7 +57,7 @@
and doesn't accept libdir nor other unknow arguments so we force
a specific template to be used -->
<autotools id="qemu" makefile="config.log" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --enable-spice --target-list=x86_64-softmmu --enable-smartcard-nss --enable-smartcard" >
- <branch revision="spice.v32.kvm.ccid.v23" repo="spice" module="qemu"/>
+ <branch repo="qemu" module="qemu"/>
<dependencies>
<dep package="libcacard"/>
<dep package="spice-server"/>