[libguestfs] - New upstream development version 1.7.12. - New tool: virt-filesystems. virt-list-filesystems and

Richard W.M. Jones rjones at fedoraproject.org
Tue Nov 23 10:45:44 UTC 2010


commit 7876545b2becdb7a5828bb3d9d574c460317db16
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Nov 23 10:45:16 2010 +0000

    - New upstream development version 1.7.12.
    - New tool: virt-filesystems.  virt-list-filesystems and virt-list-partitions
      are deprecated, but still included in the package.

 .gitignore      |    1 +
 libguestfs.spec |   21 ++++++++++++++-------
 sources         |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32948c4..0f80978 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ libguestfs-1.5.3.tar.gz
 /libguestfs-1.7.9.tar.gz
 /libguestfs-1.7.10.tar.gz
 /libguestfs-1.7.11.tar.gz
+/libguestfs-1.7.12.tar.gz
diff --git a/libguestfs.spec b/libguestfs.spec
index c3f99f0..f87b534 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -41,7 +41,7 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.7.11
+Version:       1.7.12
 Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
@@ -268,17 +268,17 @@ works for Windows virtual machines.
 Virt-edit is a command line tool to edit the contents of a file in a
 virtual machine.
 
+Virt-filesystems is a command line tool to display the filesystems,
+partitions, block devices, LVs, VGs and PVs found in a disk image
+or virtual machine.  It replaces the deprecated programs
+virt-list-filesystems and virt-list-partitions with a much more
+capable tool.
+
 Virt-inspector examines a virtual machine and tries to determine the
 version of the OS, the kernel version, what drivers are installed,
 whether the virtual machine is fully virtualized (FV) or
 para-virtualized (PV), what applications are installed and more.
 
-Virt-list-filesystems can be used to list out the filesystems in a
-virtual machine image (for shell scripts etc).
-
-Virt-list-partitions can be used to list out the partitions in a
-virtual machine image.
-
 Virt-ls is a command line tool to list out files in a virtual machine.
 
 Virt-make-fs is a command line tool to build a filesystem out of
@@ -628,6 +628,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/virt-df.1*
 %{_bindir}/virt-edit
 %{_mandir}/man1/virt-edit.1*
+%{_bindir}/virt-filesystems
+%{_mandir}/man1/virt-filesystems.1*
 %{_bindir}/virt-inspector
 %{_mandir}/man1/virt-inspector.1*
 %{_bindir}/virt-list-filesystems
@@ -721,6 +723,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 23 2010 Richard Jones <rjones at redhat.com> - 1:1.7.12-1
+- New upstream development version 1.7.12.
+- New tool: virt-filesystems.  virt-list-filesystems and virt-list-partitions
+  are deprecated, but still included in the package.
+
 * Wed Nov 17 2010 Richard Jones <rjones at redhat.com> - 1:1.7.11-1
 - New upstream development version 1.7.11.
 - Fix Source0 URL which had pointed to the 1.5 directory.
diff --git a/sources b/sources
index cbea4cf..5ebbe9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2473d8bbcd328bb182424a86ee964b6b  libguestfs-1.7.11.tar.gz
+13ffc6ddb96d65c39490aa7757d04442  libguestfs-1.7.12.tar.gz


More information about the scm-commits mailing list