[libguestfs] New upstream version 1.15.17.

Richard W.M. Jones rjones at fedoraproject.org
Wed Jan 18 18:23:56 UTC 2012


commit 028efa05333563d894cd04c8ef0d7ebdc7849bdb
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 18 18:23:36 2012 +0000

    New upstream version 1.15.17.
    
    - New tool: virt-format.

 .gitignore      |    1 +
 libguestfs.spec |   10 +++++++++-
 sources         |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62f7f5e..aefe9a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libguestfs.spec b/libguestfs.spec
index 0d8de77..f669e69 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -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 at 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 at redhat.com> - 1:1.15.16-1
 - New upstream version 1.15.16.
 
diff --git a/sources b/sources
index acbf3ee..4bb8c7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1c0e2ff58608530c8b241c5a94c2b24  libguestfs-1.15.16.tar.gz
+80271708367de40f2b5ae633339bf803  libguestfs-1.15.17.tar.gz


More information about the scm-commits mailing list