[Pkg-libvirt-commits] [virt-manager] 02/03: Mark Jessie as having qemu-guest-agent

Guido Guenther agx at moszumanska.debian.org
Mon Nov 14 10:46:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/sid
in repository virt-manager.

commit 0923a80259d28f21603b4ba9272a581f9345cffa
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Nov 14 11:36:57 2016 +0100

    Mark Jessie as having qemu-guest-agent
---
 .../Mark-Jessie-as-having-qemu-guest-agent.patch    | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Mark-Jessie-as-having-qemu-guest-agent.patch b/debian/patches/Mark-Jessie-as-having-qemu-guest-agent.patch
new file mode 100644
index 0000000..f20910d
--- /dev/null
+++ b/debian/patches/Mark-Jessie-as-having-qemu-guest-agent.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Mon, 14 Nov 2016 11:34:58 +0100
+Subject: Mark Jessie as having qemu-guest-agent
+
+---
+ virtinst/osdict.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/virtinst/osdict.py b/virtinst/osdict.py
+index e8c1487..37426fd 100644
+--- a/virtinst/osdict.py
++++ b/virtinst/osdict.py
+@@ -500,7 +500,7 @@ class _OsVariant(object):
+         return False
+ 
+     def supports_qemu_ga(self):
+-        return self._is_related_to(["fedora18", "rhel6.0", "sles11sp4"])
++        return self._is_related_to(["fedora18", "rhel6.0", "sles11sp4", "debian8"])
+ 
+     def default_videomodel(self, guest):
+         if guest.os.is_pseries():
diff --git a/debian/patches/series b/debian/patches/series
index f4f4f00..ebf812e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 virtinst/fix-path-to-hvmloader.patch
 virtinst/Fix-patch-to-pygrub.patch
+Mark-Jessie-as-having-qemu-guest-agent.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-manager.git



More information about the Pkg-libvirt-commits mailing list