[virt-manager] Fix default graphics, should be spice+qxl (bz #965864) Check for libvirt default network package on

Cole Robinson crobinso at fedoraproject.org
Mon May 27 22:58:16 UTC 2013


commit 1db73b18783ff2ac51ed08845c7ffa5d42a4d3f2
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon May 27 18:58:13 2013 -0400

    Fix default graphics, should be spice+qxl (bz #965864)
    Check for libvirt default network package on first run (bz #950329)
    Fix changing VM cirrus->QXL (bz #928882)

 .gitignore                                         |    1 +
 ...ix-default-for-perms-fix-ignore-bz-962569.patch |   28 --------------------
 ...tools-package-list-used-during-dev-bz-963.patch |   25 -----------------
 sources                                            |    2 +-
 virt-manager.spec                                  |   20 +++++---------
 5 files changed, 9 insertions(+), 67 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29d89a6..33001c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ virt-manager-0.8.4.tar.gz
 /virt-manager-0.9.5.tar.gz
 /virt-manager-d3f9bc8e.tar.gz
 /virt-manager-b68faac8.tar.gz
+/virt-manager-de1695b2.tar.gz
diff --git a/sources b/sources
index 6846a33..26b82ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25c6852dd4adbf362b7035f3d11881c5  virt-manager-b68faac8.tar.gz
+2e9346157491dfad166f54962c632a20  virt-manager-de1695b2.tar.gz
diff --git a/virt-manager.spec b/virt-manager.spec
index 4b532c0..ca0c698 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -18,9 +18,9 @@
 
 # End local config
 
-%global gitcommit b68faac8
+%global gitcommit de1695b2
 %define _version 0.10.0
-%define _release 0.4.git%{gitcommit}
+%define _release 0.5.git%{gitcommit}
 
 
 # This macro is used for the continuous automated builds. It just
@@ -47,12 +47,6 @@ BuildArch: noarch
 #   git archive --output virt-manager-%{gitcommit}.tar.gz --prefix virt-manager-%{gitcommit}/ %{gitcommit}
 Source: virt-manager-%{gitcommit}.tar.gz
 
-# Fix error creating QEMU guests (bz #962569)
-Patch0001: 0001-gsettings-Fix-default-for-perms-fix-ignore-bz-962569.patch
-# Drop bogus packagekit check for avahi-tools (bz #963472)
-Patch0002: 0002-Drop-avahi-tools-package-list-used-during-dev-bz-963.patch
-
-
 Requires: virt-manager-common = %{verrel}
 Requires: pygobject3
 Requires: gtk3
@@ -119,11 +113,6 @@ machine).
 %prep
 %setup -q -n virt-manager-%{gitcommit}
 
-# Fix error creating QEMU guests (bz #962569)
-%patch0001 -p1
-# Drop bogus packagekit check for avahi-tools (bz #963472)
-%patch0002 -p1
-
 %build
 %if %{qemu_user}
 %define _qemu_user --qemu-user=%{qemu_user}
@@ -234,6 +223,11 @@ fi
 
 
 %changelog
+* Mon May 27 2013 Cole Robinson <crobinso at redhat.com> - 0.10.0-0.5.gitde1695b2
+- Fix default graphics, should be spice+qxl (bz #965864)
+- Check for libvirt default network package on first run (bz #950329)
+- Fix changing VM cirrus->QXL (bz #928882)
+
 * Wed May 15 2013 Cole Robinson <crobinso at redhat.com> - 0.10.0-0.4.gitb68faac8
 - Drop bogus packagekit check for avahi-tools (bz #963472)
 


More information about the scm-commits mailing list