[python-virtinst/f16] Rebased to version 0.600.3 virt-install: Fix --cpuset=auto virt-clone: Fix cloning to existing local

Cole Robinson crobinso at fedoraproject.org
Sun Jul 29 20:39:35 UTC 2012


commit 41eae679cf700cf150639f969d8dfb78c8b10e73
Author: Cole Robinson <crobinso at redhat.com>
Date:   Sun Jul 29 16:39:33 2012 -0400

    Rebased to version 0.600.3
    virt-install: Fix --cpuset=auto
    virt-clone: Fix cloning to existing local managed block device
    Fix man page and help typos (bz 839146)

 .gitignore                       |    1 +
 python-virtinst.spec             |    8 ++-
 sources                          |    2 +-
 virtinst-add-f17.patch           |   36 -----------
 virtinst-clone-copy-format.patch |  126 --------------------------------------
 5 files changed, 9 insertions(+), 164 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b3147c..97431f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ virtinst-0.500.3.tar.gz
 /virtinst-0.600.0.tar.gz
 /virtinst-0.600.1.tar.gz
 /virtinst-0.600.2.tar.gz
+/virtinst-0.600.3.tar.gz
diff --git a/python-virtinst.spec b/python-virtinst.spec
index 0c9bc17..224ef9e 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -1,6 +1,6 @@
 # -*- rpm-spec -*-
 
-%define _version 0.600.2
+%define _version 0.600.3
 %define _release 1
 
 %define with_rhel6_defaults 0
@@ -95,6 +95,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* Sun Jul 29 2012 Cole Robinson <crobinso at redhat.com> - 0.600.3-1
+- Rebased to version 0.600.3
+- virt-install: Fix --cpuset=auto
+- virt-clone: Fix cloning to existing local managed block device
+- Fix man page and help typos (bz 839146)
+
 * Mon Jul 09 2012 Cole Robinson <crobinso at redhat.com> - 0.600.2-1
 - Rebased to version 0.600.2
 - virt-install: New --memballoon option (Eiichi Tsukata)
diff --git a/sources b/sources
index 43dc02d..06a1791 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32902986192d055760632f874a4ab81f  virtinst-0.600.2.tar.gz
+13c06b16c0f9fa23e7cb2534950b4575  virtinst-0.600.3.tar.gz


More information about the scm-commits mailing list