rpms/libguestfs/devel libguestfs.spec,1.114,1.115

Richard W.M. Jones rjones at fedoraproject.org
Wed Dec 16 16:02:32 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9737

Modified Files:
	libguestfs.spec 
Log Message:
New tool: virt-list-filesystems


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- libguestfs.spec	16 Dec 2009 12:33:47 -0000	1.114
+++ libguestfs.spec	16 Dec 2009 16:02:31 -0000	1.115
@@ -209,6 +209,9 @@ version of the OS, the kernel version, w
 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-ls is a command line tool to list out files in a virtual machine.
 
 Virt-rescue provides a rescue shell for making interactive,
@@ -521,6 +524,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/virt-edit.1*
 %{_bindir}/virt-inspector
 %{_mandir}/man1/virt-inspector.1*
+%{_bindir}/virt-list-filesystems
+%{_mandir}/man1/virt-list-filesystems.1*
 %{_bindir}/virt-ls
 %{_mandir}/man1/virt-ls.1*
 %{_bindir}/virt-rescue
@@ -600,6 +605,7 @@ rm -rf $RPM_BUILD_ROOT
 - New upstream release 1.0.80.
 - New Polish translations (RHBZ#502533).
 - Give a meaningful error if no usable kernels are found (RHBZ#539746).
+- New tool: virt-list-filesystems
 
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1:1.0.79-3
 - rebuild against perl 5.10.1




More information about the scm-commits mailing list