crobinso pushed to virt-manager (f21). "Fix 'new vm' regression in the previous build"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 18 20:44:32 UTC 2015


>From f75d5073446464feeedecf2c5ed420c5de64bfcc Mon Sep 17 00:00:00 2001
From: Cole Robinson <crobinso at redhat.com>
Date: Sat, 18 Apr 2015 16:44:23 -0400
Subject: Fix 'new vm' regression in the previous build


diff --git a/0015-create-Fix-regression-in-ppc64-enablement-patch.patch b/0015-create-Fix-regression-in-ppc64-enablement-patch.patch
new file mode 100644
index 0000000..d33f7ee
--- /dev/null
+++ b/0015-create-Fix-regression-in-ppc64-enablement-patch.patch
@@ -0,0 +1,21 @@
+From: Cole Robinson <crobinso at redhat.com>
+Date: Sat, 18 Apr 2015 16:42:35 -0400
+Subject: [PATCH virt-manager] create: Fix regression in ppc64 enablement patch
+
+---
+ virtManager/create.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/virtManager/create.py b/virtManager/create.py
+index 1600fda..bfc4a0d 100644
+--- a/virtManager/create.py
++++ b/virtManager/create.py
+@@ -417,7 +417,7 @@ class vmmCreate(vmmGObjectUI):
+         is_container = self.conn.is_container()
+         can_remote_url = self.conn.get_backend().support_remote_url_install()
+ 
+-        installable_arch = (self.capsinfo.arch in
++        installable_arch = (self.capsguest.arch in
+             ["i686", "x86_64", "ppc64", "ppc64le", "ia64"])
+ 
+         # Install Options
diff --git a/virt-manager.spec b/virt-manager.spec
index 62e6042..c34f399 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -28,7 +28,7 @@
 
 Name: virt-manager
 Version: 1.1.0
-Release: 6.git%{gitcommit}%{_extra_release}
+Release: 7.git%{gitcommit}%{_extra_release}
 %define verrel %{version}-%{release}
 
 Summary: Virtual Machine Manager
@@ -67,6 +67,8 @@ Patch0011: 0011-domcapabilities-Can-and-log-error-fetching-XML-bz-12.patch
 Patch0012: 0012-addhardware-Allow-SATA-CDROM-bz-1207834.patch
 Patch0013: 0013-guest-Use-sata-by-default-for-q35-cdrom-non-virtio-b.patch
 Patch0014: 0014-addhardware-Don-t-advertise-IDE-for-Q35-bz-1207834.patch
+# Fix 'new vm' regression in the previous build
+Patch0015: 0015-create-Fix-regression-in-ppc64-enablement-patch.patch
 
 
 Requires: virt-manager-common = %{verrel}
@@ -161,6 +163,8 @@ machine).
 %patch0012 -p1
 %patch0013 -p1
 %patch0014 -p1
+# Fix 'new vm' regression in the previous build
+%patch0015 -p1
 
 %build
 %if %{qemu_user}
@@ -266,6 +270,9 @@ fi
 
 
 %changelog
+* Sat Apr 18 2015 Cole Robinson <crobinso at redhat.com> - 1.1.0-7.git310f6527
+- Fix 'new vm' regression in the previous build
+
 * Mon Apr 13 2015 Cole Robinson <crobinso at redhat.com> - 1.1.0-6.git310f6527
 - sshtunnels: Don't use socket API for fd passed to spice (bz #1135808)
 - Fix available install options for qemu ppc64le (bz #1209720)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/virt-manager.git/commit/?h=f21&id=f75d5073446464feeedecf2c5ed420c5de64bfcc


More information about the scm-commits mailing list