Bug 530015 - Add libvirt to Virtualization group
Summary: Add libvirt to Virtualization group
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: comps
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Justin M. Forbes
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: F12VirtBlocker
TreeView+ depends on / blocked
 
Reported: 2009-10-21 07:19 UTC by Mark McLoughlin
Modified: 2014-01-21 23:04 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-10-21 17:11:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mark McLoughlin 2009-10-21 07:19:09 UTC
In Fedora 12, we have split out the libvirt client library into a separate libvirt-client package. However, the packages list in comps will now only pull in the libvirt-client package. So we need to add libvirt itself now

Need this in comps-f12.xml.in and comps-f13.xml.in

@@ -5942,6 +5942,7 @@
     <packagelist>
       <packagereq type="mandatory">python-virtinst</packagereq>
       <packagereq type="default">qemu-kvm</packagereq>
+      <packagereq type="default">libvirt</packagereq>
       <packagereq type="default">virt-manager</packagereq>
       <packagereq type="default">virt-viewer</packagereq>
       <packagereq type="optional">virt-top</packagereq>


Suggesting libvirt as "default" rather than mandatory so users may choose to only install the client apps

Not sure why python-virtinst is mandatory

Comment 1 Gene Czarcinski 2009-10-21 13:00:35 UTC
I was surprised when I installed the F12Beta and, after seelecting Virtualization, that libvirt had not been installed ... easy to fix but unexpected.

Comment 2 Adam Williamson 2009-10-21 16:55:10 UTC
Agreed on the change and blocker status. Mark, you should actually have commit access to comps, you can make the change yourself, please go ahead and do it. Or any other virt person.

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 3 Justin M. Forbes 2009-10-21 17:11:59 UTC
Added to comps-f12.xml.in and comps-f13.xml.in


Note You need to log in before you can comment on or make changes to this bug.