- New upstream release 1.0.74.
- New API call: guestfs_find0. - New tools: virt-ls, virt-tar.
This commit is contained in:
parent
f14b2b0ccd
commit
cffc8d611c
@ -1 +1 @@
|
|||||||
libguestfs-1.0.73.tar.gz
|
libguestfs-1.0.74.tar.gz
|
||||||
|
@ -4,7 +4,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.0.73
|
Version: 1.0.74
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
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
|
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-ls is a command line tool to list out files in a virtual machine.
|
||||||
|
|
||||||
Virt-rescue provides a rescue shell for making interactive,
|
Virt-rescue provides a rescue shell for making interactive,
|
||||||
unstructured fixes to virtual machines.
|
unstructured fixes to virtual machines.
|
||||||
|
|
||||||
|
Virt-tar is an archive, backup and upload tool for virtual machines.
|
||||||
|
|
||||||
|
|
||||||
%package -n ocaml-%{name}
|
%package -n ocaml-%{name}
|
||||||
Summary: OCaml bindings for %{name}
|
Summary: OCaml bindings for %{name}
|
||||||
@ -473,8 +477,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/virt-edit.1*
|
%{_mandir}/man1/virt-edit.1*
|
||||||
%{_bindir}/virt-inspector
|
%{_bindir}/virt-inspector
|
||||||
%{_mandir}/man1/virt-inspector.1*
|
%{_mandir}/man1/virt-inspector.1*
|
||||||
|
%{_bindir}/virt-ls
|
||||||
|
%{_mandir}/man1/virt-ls.1*
|
||||||
%{_bindir}/virt-rescue
|
%{_bindir}/virt-rescue
|
||||||
%{_mandir}/man1/virt-rescue.1*
|
%{_mandir}/man1/virt-rescue.1*
|
||||||
|
%{_bindir}/virt-tar
|
||||||
|
%{_mandir}/man1/virt-tar.1*
|
||||||
|
|
||||||
|
|
||||||
%files -n ocaml-%{name}
|
%files -n ocaml-%{name}
|
||||||
@ -542,6 +550,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 20 2009 Richard W.M. Jones <rjones@redhat.com> - 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 <rjones@redhat.com> - 1.0.73-1
|
* Wed Oct 14 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.73-1
|
||||||
- New upstream release 1.0.73.
|
- New upstream release 1.0.73.
|
||||||
- OCaml library now depends on xml-light.
|
- OCaml library now depends on xml-light.
|
||||||
|
Loading…
Reference in New Issue
Block a user