[python-virtinst] Rebased to version 0.600.2 virt-install: New --memballoon option (Eiichi Tsukata) virt-install: Impr

Cole Robinson crobinso at fedoraproject.org
Mon Jul 9 17:58:48 UTC 2012


commit 6ffc00f37bcfed9680f18ad22b98139563f22cae
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Jul 9 13:58:46 2012 -0400

    Rebased to version 0.600.2
    virt-install: New --memballoon option (Eiichi Tsukata)
    virt-install: Improved qemu/kvm pseries support (Li Zhang, Qing Lin)
    virt-install: Support setting BIOS path using -boot loader=PATH

 .gitignore                       |    1 +
 python-virtinst.spec             |   16 +++---
 sources                          |    2 +-
 virtinst-add-f17.patch           |   36 -----------
 virtinst-clone-copy-format.patch |  126 --------------------------------------
 5 files changed, 10 insertions(+), 171 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2608d5d..5b3147c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ virtinst-0.500.3.tar.gz
 /virtinst-0.500.6.tar.gz
 /virtinst-0.600.0.tar.gz
 /virtinst-0.600.1.tar.gz
+/virtinst-0.600.2.tar.gz
diff --git a/python-virtinst.spec b/python-virtinst.spec
index a844f12..e4c34bb 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 
-%define _version 0.600.1
-%define _release 2
+%define _version 0.600.2
+%define _release 1
 
 %define with_rhel6_defaults 0
 %define with_selinux 1
@@ -32,10 +32,6 @@ Name: python-%{appname}
 Version: %{_version}
 Release: %{_release}%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-# Add F17 to OS list (bz 825758)
-Patch1: %{appname}-add-f17.patch
-# virt-clone: Fix cloning guest with qcow2 image (bz 795400)
-Patch2: %{appname}-clone-copy-format.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -62,8 +58,6 @@ and install new VMs) and virt-clone (clone an existing virtual machine).
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 %if %{with_rhel6_defaults}
@@ -101,6 +95,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* 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)
+- virt-install: Improved qemu/kvm pseries support (Li Zhang, Qing Lin)
+- virt-install: Support setting BIOS path using -boot loader=PATH
+
 * Wed Jun 06 2012 Cole Robinson <crobinso at redhat.com> - 0.600.1-2
 - Add F17 to OS list (bz 825758)
 - virt-clone: Fix cloning guest with qcow2 image (bz 795400)
diff --git a/sources b/sources
index 9333c11..43dc02d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b25d24545c556945689e3191442867e  virtinst-0.600.1.tar.gz
+32902986192d055760632f874a4ab81f  virtinst-0.600.2.tar.gz


More information about the scm-commits mailing list