From c5cc51781f6ec88fb0de68321a6135c021d0333d Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 6 Oct 2013 15:47:10 -0400 Subject: [PATCH] Fix cdrom ordering if added via 'customize' (bz #905439) Default to spice/qxl for virt-install (bz #911734) Fill in cache and io values for new VMs (bz #967643) Add dep on dconf (bz #1012884) --- ...nge-ARM-checks-to-match-F20-versions.patch | 29 ------------------- sources | 2 +- virt-manager.spec | 23 +++++++-------- 3 files changed, 11 insertions(+), 43 deletions(-) delete mode 100644 0001-support-Change-ARM-checks-to-match-F20-versions.patch diff --git a/0001-support-Change-ARM-checks-to-match-F20-versions.patch b/0001-support-Change-ARM-checks-to-match-F20-versions.patch deleted file mode 100644 index d283c03..0000000 --- a/0001-support-Change-ARM-checks-to-match-F20-versions.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 946547fac40aa63f9e30c36d00b17a78f9f1bced Mon Sep 17 00:00:00 2001 -Message-Id: <946547fac40aa63f9e30c36d00b17a78f9f1bced.1377125803.git.crobinso@redhat.com> -From: Cole Robinson -Date: Wed, 21 Aug 2013 18:56:30 -0400 -Subject: [PATCH] support: Change ARM checks to match F20 versions - ---- - virtinst/support.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/virtinst/support.py b/virtinst/support.py -index b0a84f2..288b7ec 100644 ---- a/virtinst/support.py -+++ b/virtinst/support.py -@@ -320,9 +320,9 @@ SUPPORT_CONN_LISTALLSTORAGEPOOLS = _make( - args=()) - SUPPORT_CONN_LISTALLINTERFACES = _make(function="virConnect.listAllInterfaces", - args=()) --SUPPORT_CONN_VIRTIO_MMIO = _make(version=1001002, -+SUPPORT_CONN_VIRTIO_MMIO = _make(version=1001001, - drv_version=[("qemu", 1006000)]) --SUPPORT_CONN_DISK_SD = _make(version=1001002) -+SUPPORT_CONN_DISK_SD = _make(version=1001001) - - - # Domain checks --- -1.8.3.1 - diff --git a/sources b/sources index 3730a4b..5036f51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cbea0e916f319842f0e85e7bb443da9 virt-manager-a2e52067.tar.gz +80dcb1974254309e2d2506fe34c0f2a8 virt-manager-79196cdf.tar.gz diff --git a/virt-manager.spec b/virt-manager.spec index c4c66aa..01aa1dd 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -8,7 +8,6 @@ %define libvirt_packages "libvirt-daemon-kvm,libvirt-daemon-config-network" %define preferred_distros "fedora,rhel" %define kvm_packages "qemu-system-x86" -%define default_graphics "spice" %if 0%{?rhel} %define preferred_distros "rhel,fedora" @@ -21,8 +20,8 @@ %define _version 0.10.0 -%define _release 3 -%define gitcommit a2e52067 +%define _release 4 +%define gitcommit 79196cdf # This macro is used for the continuous automated builds. It just # allows an extra fragment based on the timestamp to be appended @@ -50,15 +49,13 @@ URL: http://virt-manager.org/ Source0: virt-manager-%{gitcommit}.tar.gz BuildArch: noarch -Patch0: 0001-support-Change-ARM-checks-to-match-F20-versions.patch - Requires: virt-manager-common = %{verrel} Requires: pygobject3 Requires: gtk3 Requires: libvirt-glib >= 0.0.9 -Requires: gnome-python2-gconf Requires: libxml2-python Requires: vte3 +Requires: dconf # For console widget Requires: gtk-vnc2 @@ -112,7 +109,6 @@ machine). %prep %setup -q -%patch0 -p1 %build %if %{qemu_user} @@ -139,10 +135,6 @@ machine). %define _disable_unsupported_rhel --hide-unsupported-rhel-options %endif -%if %{default_graphics} -%define _default_graphics --default-graphics=%{default_graphics} -%endif - python setup.py configure \ --pkgversion="%{version}" \ %{?_qemu_user} \ @@ -150,8 +142,7 @@ python setup.py configure \ %{?_libvirt_packages} \ %{?_askpass_package} \ %{?_preferred_distros} \ - %{?_disable_unsupported_rhel} \ - %{?_default_graphics} + %{?_disable_unsupported_rhel} %install @@ -224,6 +215,12 @@ fi %changelog +* Sun Oct 06 2013 Cole Robinson - 0.10.0-4.git79196cdf +- Fix cdrom ordering if added via 'customize' (bz #905439) +- Default to spice/qxl for virt-install (bz #911734) +- Fill in cache and io values for new VMs (bz #967643) +- Add dep on dconf (bz #1012884) + * Tue Sep 24 2013 Cole Robinson - 0.10.0-3.gita2e52067 - Sync with git - Don't try to launch multiple ssh askpass dialogs at once (bz #811346)