[virt-tools-list] [virt-manager PATCH v2 0/8] Drop support for --os-variant list

Cole Robinson crobinso at redhat.com
Thu Mar 20 19:27:43 UTC 2014


On 03/20/2014 03:26 PM, Giuseppe Scrivano wrote:
> Cole Robinson <crobinso at redhat.com> writes:
> 
>> On 02/17/2014 10:39 AM, Giuseppe Scrivano wrote:
>>> This series adds libosinfo support to virt-manager, that is used to
>>> populate the OS list instead of maintaining it in osdict.py.
>>>
>>> This new version, rebased onto master, fixes the issues reported for
>>> v1 and adds a new commit "virt-install: Drop support for --os-variant
>>> list".
>>>
>>> Giuseppe Scrivano (8):
>>>   virtinstall: allow to redefine typename in _OSVariant
>>>   virtinstall: read OSes information from libosinfo
>>>   virtinstall: add some quirks
>>>   virt-manager: add dependency to libosinfo
>>>   tests: fix to not fail with libosinfo
>>>   osdict: expose libosinfo recommended resources for an OS
>>>   virtManager: by default use the recommended resources to run an OS
>>>   virt-install: Drop support for --os-variant list
>>>
>>>  man/virt-install.pod   |   7 +-
>>>  tests/misc.py          |   3 +-
>>>  virt-install           |   7 -
>>>  virt-manager.spec.in   |   1 +
>>>  virtManager/create.py  |  34 +++-
>>>  virtinst/osdict.py     | 438 +++++++++++++++++++++++++++++++++++++------------
>>>  virtinst/urlfetcher.py |   2 +-
>>>  7 files changed, 370 insertions(+), 122 deletions(-)
>>>
>>
>> Has there a libosinfo release yet?
> 
> ok to merge with this change squashed in? :-)
> 
> diff --git a/virt-manager.spec.in b/virt-manager.spec.in
> index 37f3821..66d6e19 100644
> --- a/virt-manager.spec.in
> +++ b/virt-manager.spec.in
> @@ -46,7 +46,7 @@ Requires: libxml2-python
>  Requires: vte3
>  Requires: dconf
>  Requires: dbus-x11
> -Requires: libosinfo
> +Requires: libosinfo >= 0.2.10
>  
>  # For console widget
>  Requires: gtk-vnc2
> 
> 
> Giuseppe
> 

Actually I'm planning on doing another release tomorrow, just to round up all
the bugfixes that have accumulated since 1.0. We can commit after that.

Thanks,
Cole




More information about the virt-tools-list mailing list