From cffc8d611c7ed358746ac24b03a8ec1d5bb8c9d7 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Oct 20 2009 14:50:27 +0000 Subject: - New upstream release 1.0.74. - New API call: guestfs_find0. - New tools: virt-ls, virt-tar. --- diff --git a/.cvsignore b/.cvsignore index 8d61c20..c1c4647 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.0.73.tar.gz +libguestfs-1.0.74.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index ee19a75..fed2f85 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.0.73 +Version: 1.0.74 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -187,9 +187,13 @@ 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-ls is a command line tool to list out files in a virtual machine. + Virt-rescue provides a rescue shell for making interactive, unstructured fixes to virtual machines. +Virt-tar is an archive, backup and upload tool for virtual machines. + %package -n ocaml-%{name} Summary: OCaml bindings for %{name} @@ -473,8 +477,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/virt-edit.1* %{_bindir}/virt-inspector %{_mandir}/man1/virt-inspector.1* +%{_bindir}/virt-ls +%{_mandir}/man1/virt-ls.1* %{_bindir}/virt-rescue %{_mandir}/man1/virt-rescue.1* +%{_bindir}/virt-tar +%{_mandir}/man1/virt-tar.1* %files -n ocaml-%{name} @@ -542,6 +550,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 20 2009 Richard W.M. Jones - 1.0.74-1 +- New upstream release 1.0.74. +- New API call: guestfs_find0. +- New tools: virt-ls, virt-tar. + * Wed Oct 14 2009 Richard W.M. Jones - 1.0.73-1 - New upstream release 1.0.73. - OCaml library now depends on xml-light. diff --git a/sources b/sources index c87b307..8b35d7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -749041818f250f50f4ed8afbfc0fc568 libguestfs-1.0.73.tar.gz +669f27a4590298feb0ea6749499b02e1 libguestfs-1.0.74.tar.gz