Really needs qemu 0.10 for vmchannel support.
authorRichard Jones <rjones@redhat.com>
Thu, 16 Apr 2009 00:31:19 +0000 (01:31 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 16 Apr 2009 00:31:19 +0000 (01:31 +0100)
libguestfs.spec.in

index 0aaa10b..49cf47d 100644 (file)
@@ -18,7 +18,7 @@ BuildRequires: /usr/bin/pod2text
 BuildRequires: febootstrap >= 1.5
 BuildRequires: augeas-devel >= 0.5.0
 BuildRequires: readline-devel
-BuildRequires: qemu
+BuildRequires: qemu >= 0.10-7
 
 # These are only required if you want to build the bindings for
 # different languages:
@@ -32,7 +32,7 @@ BuildRequires: perl-ExtUtils-MakeMaker
 BuildRequires: python-devel
 
 # Runtime requires:
-Requires:    qemu
+Requires:    qemu >= 0.10-7
 
 
 %description