[python-virtinst] Rebased to version 0.600.0 virt-install: Various improvements to enable LXC/container guests: New --

Cole Robinson crobinso at fedoraproject.org
Wed Jul 27 01:02:42 UTC 2011


commit 3af66b165806e05496761b40dfee326afa0191f0
Author: Cole Robinson <crobinso at redhat.com>
Date:   Tue Jul 26 21:06:03 2011 -0400

    Rebased to version 0.600.0
    virt-install: Various improvements to enable LXC/container guests:
    New --filesystem option for <filesystem> devices
    New --init option for container <init> path
    New --container option (similar to --paravirt or --hvm)
    virt-install: Make --location  remotely (with latest libvirt)
    virt-install: New --smartcard option for <smartcard> devices
    (Marc-André Lureau)
    virt-install: New --numatune option for building guest <numatune> XML
    virt-install: option to set --disk error_policy=
    virt-install: option to set --disk serial=

 .gitignore                       |    1 +
 python-virtinst.spec             |   42 ++++++++++---
 sources                          |    2 +-
 virtinst-fix-channel-parse.patch |   20 ------
 virtinst-spicevmc-fixes.patch    |  126 --------------------------------------
 5 files changed, 34 insertions(+), 157 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 671095c..27545bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ virtinst-0.500.3.tar.gz
 /virtinst-0.500.4.tar.gz
 /virtinst-0.500.5.tar.gz
 /virtinst-0.500.6.tar.gz
+/virtinst-0.600.0.tar.gz
diff --git a/python-virtinst.spec b/python-virtinst.spec
index 522f75d..5e61f41 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -1,5 +1,15 @@
 # -*- rpm-spec -*-
 
+%define _version 0.600.0
+%define _release 1
+
+%define with_rhel6_defaults 0
+%define with_selinux 1
+
+%define with_sbin_compat 0
+
+# End local config
+
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 # This macro is used for the continuous automated builds. It just
@@ -19,13 +29,9 @@
 
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
-Version: 0.500.6
-Release: 2%{_extra_release}
+Version: %{_version}
+Release: %{_release}%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-# Don't parse spice channel XML as a <channel> device
-Patch1: %{appname}-fix-channel-parse.patch
-# Properly advertise spicevmc options for use by virt-manager
-Patch2: %{appname}-spicevmc-fixes.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -35,7 +41,6 @@ Url: http://virt-manager.org
 Provides: virt-install
 Provides: virt-clone
 Provides: virt-image
-Provides: virt-pack
 Provides: virt-convert
 Requires: libvirt-python >= 0.2.0
 Requires: urlgrabber
@@ -53,11 +58,15 @@ and install new VMs) and virt-clone (clone an existing virtual machine).
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
-python setup.py build
+%if %{with_rhel6_defaults}
+%define _rhel6_defaults --rhel6defaults
+%endif
+
+python setup.py build \
+    %{?_rhel6_defaults}
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -85,6 +94,19 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* Tue Jul 26 2011 Cole Robinson <crobinso at redhat.com> - 0.600.0-1.fc17
+- Rebased to version 0.600.0
+- virt-install: Various improvements to enable LXC/container guests:
+- New --filesystem option for <filesystem> devices
+- New --init option for container <init> path
+- New --container option (similar to --paravirt or --hvm)
+- virt-install: Make --location  remotely (with latest libvirt)
+- virt-install: New --smartcard option for <smartcard> devices
+- (Marc-André Lureau)
+- virt-install: New --numatune option for building guest <numatune> XML
+- virt-install: option to set --disk error_policy=
+- virt-install: option to set --disk serial=
+
 * Thu Apr 07 2011 Cole Robinson <crobinso at redhat.com> - 0.500.6-2.fc16
 - Don't parse spice channel XML as a <channel> device
 - Properly advertise spicevmc options for use by virt-manager
diff --git a/sources b/sources
index f55d2d3..0fd1360 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5cad9ee9b8f64d700b3d1bbe644a58d3  virtinst-0.500.6.tar.gz
+d8f6a61d7edbc78129a8b5df2807ad46  virtinst-0.600.0.tar.gz


More information about the scm-commits mailing list