New upstream version 1.15.17.

- New tool: virt-format.
This commit is contained in:
Richard W.M. Jones 2012-01-18 18:23:36 +00:00
parent 26861685b9
commit 028efa0533
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -130,3 +130,4 @@ libguestfs-1.5.3.tar.gz
/libguestfs-1.15.14.tar.gz
/libguestfs-1.15.15.tar.gz
/libguestfs-1.15.16.tar.gz
/libguestfs-1.15.17.tar.gz

View File

@ -29,7 +29,7 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.15.16
Version: 1.15.17
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
@ -388,6 +388,8 @@ or virtual machine. It replaces the deprecated programs
virt-list-filesystems and virt-list-partitions with a much more
capable tool.
Virt-format is a command line tool to erase and make blank disks.
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
@ -832,6 +834,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/virt-edit.1*
%{_bindir}/virt-filesystems
%{_mandir}/man1/virt-filesystems.1*
%{_bindir}/virt-format
%{_mandir}/man1/virt-format.1*
%{_bindir}/virt-inspector
%{_mandir}/man1/virt-inspector.1*
%{_bindir}/virt-ls
@ -964,6 +968,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jan 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.17-1
- New upstream version 1.15.17.
- New tool: virt-format.
* Tue Jan 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.16-1
- New upstream version 1.15.16.

View File

@ -1 +1 @@
c1c0e2ff58608530c8b241c5a94c2b24 libguestfs-1.15.16.tar.gz
80271708367de40f2b5ae633339bf803 libguestfs-1.15.17.tar.gz