- 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.
This commit is contained in:
Richard W.M. Jones 2010-11-23 10:45:16 +00:00
parent eca49e8cc7
commit 7876545b2b
3 changed files with 16 additions and 8 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ libguestfs-1.5.3.tar.gz
/libguestfs-1.7.9.tar.gz /libguestfs-1.7.9.tar.gz
/libguestfs-1.7.10.tar.gz /libguestfs-1.7.10.tar.gz
/libguestfs-1.7.11.tar.gz /libguestfs-1.7.11.tar.gz
/libguestfs-1.7.12.tar.gz

View File

@ -41,7 +41,7 @@
Summary: Access and modify virtual machine disk images Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.7.11 Version: 1.7.12
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries 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 Virt-edit is a command line tool to edit the contents of a file in a
virtual machine. 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 Virt-inspector examines a virtual machine and tries to determine the
version of the OS, the kernel version, what drivers are installed, version of the OS, the kernel version, what drivers are installed,
whether the virtual machine is fully virtualized (FV) or whether the virtual machine is fully virtualized (FV) or
para-virtualized (PV), what applications are installed and more. 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-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 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* %{_mandir}/man1/virt-df.1*
%{_bindir}/virt-edit %{_bindir}/virt-edit
%{_mandir}/man1/virt-edit.1* %{_mandir}/man1/virt-edit.1*
%{_bindir}/virt-filesystems
%{_mandir}/man1/virt-filesystems.1*
%{_bindir}/virt-inspector %{_bindir}/virt-inspector
%{_mandir}/man1/virt-inspector.1* %{_mandir}/man1/virt-inspector.1*
%{_bindir}/virt-list-filesystems %{_bindir}/virt-list-filesystems
@ -721,6 +723,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Nov 23 2010 Richard Jones <rjones@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@redhat.com> - 1:1.7.11-1 * Wed Nov 17 2010 Richard Jones <rjones@redhat.com> - 1:1.7.11-1
- New upstream development version 1.7.11. - New upstream development version 1.7.11.
- Fix Source0 URL which had pointed to the 1.5 directory. - Fix Source0 URL which had pointed to the 1.5 directory.

View File

@ -1 +1 @@
2473d8bbcd328bb182424a86ee964b6b libguestfs-1.7.11.tar.gz 13ffc6ddb96d65c39490aa7757d04442 libguestfs-1.7.12.tar.gz