[virt-tools-list] [PATCH] requires libvirt-glib >= 0.0.9 for LibvirtGLib(None) work

Guannan Ren gren at redhat.com
Wed Apr 17 13:47:05 UTC 2013


On 04/17/2013 04:38 PM, Guannan Ren wrote:
> ---
>   virt-manager.spec | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/virt-manager.spec b/virt-manager.spec
> index 2d95f96..69b4195 100644
> --- a/virt-manager.spec
> +++ b/virt-manager.spec
> @@ -45,7 +45,7 @@ BuildArch: noarch
>   
>   Requires: pygobject3
>   Requires: gtk3
> -Requires: libvirt-glib
> +Requires: libvirt-glib >= 0.0.9
>   Requires: gnome-python2-gconf
>   Requires: libxml2-python
>   Requires: vte

    I should have added more information here to help review.
    Since c28dd5 commit, the libvirt-glib started to support the form of 
LibvirGLib.init(argv)
    probably the (array length=argc) in gvir_init comments has this 
magic effect.
    ,I used "git tag --contains c28dd5" to list the tags which contains 
the commit, the first one
    is 0.0.9.

    Guannan




More information about the virt-tools-list mailing list