[python-virtinst/f13/master] Update to 0.500.4

Cole Robinson crobinso at fedoraproject.org
Wed Aug 25 20:26:45 UTC 2010


commit bf6007dcc5f5660995f40a328a6bf6ef4b5f3dfc
Author: Cole Robinson <crobinso at redhat.com>
Date:   Wed Aug 25 16:26:28 2010 -0400

    Update to 0.500.4

 .gitignore                                 |    2 +-
 python-virtinst.spec                       |   40 +++++++-----------
 sources                                    |    2 +-
 virtinst-0.500.2-use-x2apic.patch          |   54 -----------------------
 virtinst-0.500.3-fix-windows-cdrom.patch   |   34 ---------------
 virtinst-0.500.3-location-cdrom.patch      |   22 ----------
 virtinst-0.500.3-poolsource-check.patch    |   19 --------
 virtinst-0.500.3-seclabel-comma.patch      |   64 ----------------------------
 virtinst-0.500.3-virtualdisk-refresh.patch |   62 ---------------------------
 9 files changed, 17 insertions(+), 282 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a49e33b..9b7f4ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-virtinst-0.500.3.tar.gz
+/virtinst-0.500.4.tar.gz
diff --git a/python-virtinst.spec b/python-virtinst.spec
index 100ce34..f3a85ac 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -1,3 +1,5 @@
+# -*- rpm-spec -*-
+
 %{!?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
@@ -8,7 +10,7 @@
 
 %define appname virtinst
 
-%if 0%{?fedora} >= 9
+%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
 %define with_egg 1
 %else
 %define with_egg 0
@@ -16,19 +18,9 @@
 
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
-Version: 0.500.3
-Release: 4%{_extra_release}
+Version: 0.500.4
+Release: 1%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-# Fix --cdrom with media manually added to pool (bz 574973)
-Patch1: %{appname}-%{version}-virtualdisk-refresh.patch
-# Handle commas in security labels (bz 581473)
-Patch2: %{appname}-%{version}-seclabel-comma.patch
-# virt-install: Fix --location dvd.iso (bz 587679)
-Patch3: %{appname}-%{version}-location-cdrom.patch
-# Keep windows CDROM attached for second install stage
-Patch4: %{appname}-%{version}-fix-windows-cdrom.patch
-# Fix pool source listing in virt-manager
-Patch5: %{appname}-%{version}-poolsource-check.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -40,13 +32,13 @@ Provides: virt-clone
 Provides: virt-image
 Provides: virt-pack
 Provides: virt-convert
-Requires: libvirt-python >= 0.4.5-2.fc10
+Requires: libvirt-python >= 0.2.0
 Requires: urlgrabber
 Requires: libxml2-python
 Requires: python-urlgrabber
 Requires: libselinux-python
 BuildRequires: gettext
-BuildRequires: python-devel
+BuildRequires: python
 
 %description
 virtinst is a module that helps build and install libvirt based virtual
@@ -56,11 +48,6 @@ and install new VMs) and virt-clone (clone an existing virtual machine).
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 python setup.py build
@@ -68,10 +55,6 @@ python setup.py build
 %install
 rm -rf $RPM_BUILD_ROOT
 python setup.py install -O1 --root=$RPM_BUILD_ROOT
-# Back compat in case people hardcoded old /usr/sbin/virt-install location
-mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
-ln -s ../bin/virt-install $RPM_BUILD_ROOT/%{_sbindir}/virt-install
-
 %find_lang %{appname} || echo 0
 
 %clean
@@ -89,13 +72,20 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_mandir}/man1/*
 %{_mandir}/man5/*
-%{_sbindir}/virt-install
 %{_bindir}/virt-install
 %{_bindir}/virt-clone
 %{_bindir}/virt-image
 %{_bindir}/virt-convert
 
 %changelog
+* Wed Aug 25 2010 Cole Robinson <crobinso at redhat.com> - 0.500.4-1.fc14
+- New virt-install --console option for specifying virtio console device
+- New virt-install --channel option for specifying guest communication channel
+- New virt-install --boot option. Allows setting post-install boot
+  order, direct kernel/initrd boot, and enabling boot device menu.
+- New virt-install --initrd-inject option, which enables installation
+  using a _local_ kickstart file (Colin Walters)
+
 * Wed Jul 14 2010 Cole Robinson <crobinso at redhat.com> - 0.500.3-4.fc13
 - Drop default CPU config, fix some 64bit installs (bz 611584)
 
diff --git a/sources b/sources
index 1de6eec..d70c6ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3af83445c645ea7e83c47069087ba23c  virtinst-0.500.3.tar.gz
+679d591b56fd0c49ea36a49a0beab49a  virtinst-0.500.4.tar.gz


More information about the scm-commits mailing list