New upstream version 1.15.17.
- New tool: virt-format.
This commit is contained in:
parent
26861685b9
commit
028efa0533
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@ libguestfs-1.5.3.tar.gz
|
|||||||
/libguestfs-1.15.14.tar.gz
|
/libguestfs-1.15.14.tar.gz
|
||||||
/libguestfs-1.15.15.tar.gz
|
/libguestfs-1.15.15.tar.gz
|
||||||
/libguestfs-1.15.16.tar.gz
|
/libguestfs-1.15.16.tar.gz
|
||||||
|
/libguestfs-1.15.17.tar.gz
|
||||||
|
@ -29,7 +29,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.15.16
|
Version: 1.15.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
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
|
virt-list-filesystems and virt-list-partitions with a much more
|
||||||
capable tool.
|
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
|
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
|
||||||
@ -832,6 +834,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/virt-edit.1*
|
%{_mandir}/man1/virt-edit.1*
|
||||||
%{_bindir}/virt-filesystems
|
%{_bindir}/virt-filesystems
|
||||||
%{_mandir}/man1/virt-filesystems.1*
|
%{_mandir}/man1/virt-filesystems.1*
|
||||||
|
%{_bindir}/virt-format
|
||||||
|
%{_mandir}/man1/virt-format.1*
|
||||||
%{_bindir}/virt-inspector
|
%{_bindir}/virt-inspector
|
||||||
%{_mandir}/man1/virt-inspector.1*
|
%{_mandir}/man1/virt-inspector.1*
|
||||||
%{_bindir}/virt-ls
|
%{_bindir}/virt-ls
|
||||||
@ -964,6 +968,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.15.16-1
|
||||||
- New upstream version 1.15.16.
|
- New upstream version 1.15.16.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user