virt-manager/0004-spec-Add-LXC-to-default-connection-list-bz-1235972.patch
Cole Robinson eb8a447ebc Fix errors with missing nodedevs (bz #1225771)
Fix CDROM media change if device is bootable (bz #1229819)
Fix adding iscsi pools (bz #1231558)
spec: Add LXC to default connection list (bz #1235972)
Fix backtrace when reporting OS error (bz #1241902)
Raise upper limits for lxc ID namespaces (bz #1244490)
Fix 'copy host CPU definition'
Fix displaying VM machine type when connecting to old libvirt
Fix qemu:///session handling in 'Add Connection' dialog
Fix default storage path for qemu:///session, it should be .local/share/...
2015-08-11 15:58:35 -04:00

24 lines
813 B
Diff

From: Cole Robinson <crobinso@redhat.com>
Date: Sun, 9 Aug 2015 18:15:37 -0400
Subject: [PATCH virt-manager] spec: Add LXC to default connection list (bz
1235972)
(cherry picked from commit 59b30c81a0a31c74138a6fed6ae68e79e048836a)
---
virt-manager.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virt-manager.spec.in b/virt-manager.spec.in
index cb6579f..6150940 100644
--- a/virt-manager.spec.in
+++ b/virt-manager.spec.in
@@ -8,7 +8,7 @@
%define libvirt_packages "libvirt-daemon-kvm,libvirt-daemon-config-network"
%define kvm_packages ""
%define preferred_distros "fedora,rhel"
-%define default_hvs "qemu,xen"
+%define default_hvs "qemu,xen,lxc"
%if 0%{?rhel}
%define preferred_distros "rhel,fedora"