[Pkg-libvirt-commits] [libguestfs] 01/01: Added patch to virt-resize manpage (Closes: #751265)

Hilko Bengen bengen at moszumanska.debian.org
Sun Apr 5 15:29:36 UTC 2015


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 51dc971a0b4a44dc26946c31e3128151042f5d7a
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Apr 5 17:28:16 2015 +0200

    Added patch to virt-resize manpage (Closes: #751265)
---
 ...ected-xpath-example-in-virt-resize-manpage.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0004-Corrected-xpath-example-in-virt-resize-manpage.patch b/debian/patches/0004-Corrected-xpath-example-in-virt-resize-manpage.patch
new file mode 100644
index 0000000..7b1ca85
--- /dev/null
+++ b/debian/patches/0004-Corrected-xpath-example-in-virt-resize-manpage.patch
@@ -0,0 +1,21 @@
+From: Hilko Bengen <bengen at debian.org>
+Date: Sun, 5 Apr 2015 17:26:58 +0200
+Subject: Corrected xpath example in virt-resize manpage
+
+---
+ resize/virt-resize.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/resize/virt-resize.pod b/resize/virt-resize.pod
+index d8da02f..b78fc9d 100644
+--- a/resize/virt-resize.pod
++++ b/resize/virt-resize.pod
+@@ -80,7 +80,7 @@ Locate the input disk image (ie. the file or device on the host
+ containing the guest's disk).  If the guest is managed by libvirt, you
+ can use C<virsh dumpxml> like this to find the disk image name:
+ 
+- # virsh dumpxml guestname | xpath /domain/devices/disk/source
++ # virsh dumpxml guestname | xpath -e /domain/devices/disk/source
+  Found 1 nodes:
+  -- NODE --
+  <source dev="/dev/vg/lv_guest" />
diff --git a/debian/patches/series b/debian/patches/series
index cf66984..f00af79 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch
 0002-golang-Fix-for-out-of-tree-builds.patch
 0003-Do-not-use-DTB-for-armel.patch
+0004-Corrected-xpath-example-in-virt-resize-manpage.patch

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



More information about the Pkg-libvirt-commits mailing list