[Pkg-libvirt-commits] [SCM] Virt Installer packaging branch, master, updated. debian/0.400.3-4-5-ga008f8b
Guido Günther
agx at sigxcpu.org
Mon Jun 22 10:29:03 UTC 2009
The following commit has been merged in the master branch:
commit 2d6d3de6ca010b537bef3a01ca8c9284f5583b54
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Jun 22 07:42:23 2009 +0200
strip whitespace
diff --git a/debian/patches/0003-allow-to-pass-nic-model.patch b/debian/patches/0003-allow-to-pass-nic-model.patch
index e23ba77..30563b6 100644
--- a/debian/patches/0003-allow-to-pass-nic-model.patch
+++ b/debian/patches/0003-allow-to-pass-nic-model.patch
@@ -73,7 +73,7 @@ index ac4da5b..4675a0d 100755
diff --git a/virtinst/cli.py b/virtinst/cli.py
-index 12ab73b..c3a6927 100644
+index 12ab73b..2e57b31 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -261,21 +261,46 @@ def get_cpuset(cpuset, mem, guest, conn):
@@ -86,7 +86,7 @@ index 12ab73b..c3a6927 100644
mac = None
if network == "user":
- n = VirtualNetworkInterface(mac, type="user", conn=guest.conn)
-+ n = VirtualNetworkInterface(mac, type="user",
++ n = VirtualNetworkInterface(mac, type="user",
+ conn=guest.conn, model=model)
elif network[0:6] == "bridge":
n = VirtualNetworkInterface(mac, type="bridge", bridge=network[7:],
--
Virt Installer packaging
More information about the Pkg-libvirt-commits
mailing list