Accepting request 348681 from home:bruno_friedmann:branches:Virtualization
- Update to 1.3.1 release upstream bugfix virt-manager-1.3.1.tar.bz2 * Fix command line API on RHEL7 pygobject - Dropped virt-manager-1.3.0.tar.bz2 - Fix boo#958094 Error starting Virtual Machine Manager: new_sync() takes exactly 7 arguments (6 given) - redone patch 104 virtman-load-stored-uris.patch OBS-URL: https://build.opensuse.org/request/show/348681 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=285
This commit is contained in:
parent
7e5c27515e
commit
18da89f97b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7fef858b8accf32ca62326b8ae7c5000d1d9e5921d664ca349fe8bd8a166903
|
||||
size 1393861
|
3
virt-manager-1.3.1.tar.bz2
Normal file
3
virt-manager-1.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e9fbc0018e532097d70c33400ccf7db2cb9c2eda3a2a17f46be0079ec5bff50
|
||||
size 1382899
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 14:41:54 UTC 2015 - bruno@ioda-net.ch
|
||||
|
||||
- Update to 1.3.1 release upstream bugfix
|
||||
virt-manager-1.3.1.tar.bz2
|
||||
* Fix command line API on RHEL7 pygobject
|
||||
- Dropped
|
||||
virt-manager-1.3.0.tar.bz2
|
||||
|
||||
- Fix boo#958094
|
||||
Error starting Virtual Machine Manager: new_sync() takes exactly
|
||||
7 arguments (6 given)
|
||||
|
||||
- redone patch 104 virtman-load-stored-uris.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 09:46:33 MST 2015 - carnold@suse.com
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
%define libvirt_xen_packages ""
|
||||
%define preferred_distros "sles12sp1,opensuse42.1"
|
||||
%define kvm_packages ""
|
||||
%define _version 1.3.0
|
||||
%define _version 1.3.1
|
||||
%define _release 0
|
||||
|
||||
Name: virt-manager
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Virtual Machine Manager
|
||||
License: GPL-2.0+
|
||||
|
@ -1,15 +1,10 @@
|
||||
Reference: bnc#867749
|
||||
When booted into the native kernel don't ask libvirt to make a
|
||||
local Xen connection and likewise when booted into the Xen kernel
|
||||
don't ask libvirt to connect to the local qemu.
|
||||
Index: virt-manager-1.3.0/virtManager/engine.py
|
||||
===================================================================
|
||||
--- virt-manager-1.3.0.orig/virtManager/engine.py
|
||||
+++ virt-manager-1.3.0/virtManager/engine.py
|
||||
@@ -231,9 +231,22 @@ class vmmEngine(vmmGObject):
|
||||
if not uris:
|
||||
return
|
||||
logging.debug("About to connect to uris %s", uris)
|
||||
diff -rup a/virtManager/engine.py b/virtManager/engine.py
|
||||
--- a/virtManager/engine.py 2015-12-07 01:23:13.000000000 +0100
|
||||
+++ b/virtManager/engine.py 2015-12-13 15:39:06.911652459 +0100
|
||||
@@ -260,9 +260,22 @@ class vmmEngine(vmmGObject):
|
||||
|
||||
def load_stored_uris(self):
|
||||
uris = self.config.get_conn_uris() or []
|
||||
+ tryuri = vmmConnect.default_uri()
|
||||
+ found_uri = None
|
||||
for uri in uris:
|
||||
|
Loading…
Reference in New Issue
Block a user