[python-virtinst] Rebased to version 0.600.4 virt-install: New convenience option --controller usb2 API support for di

Cole Robinson crobinso at fedoraproject.org
Mon Apr 1 11:46:31 UTC 2013


commit c270f1a0db2e605b5067ffc7240a357eef2af0ad
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Apr 1 07:46:27 2013 -0400

    Rebased to version 0.600.4
    virt-install: New convenience option --controller usb2
    API support for disk iotune properties (David Shane Holden)
    Bug fixes and minor improvements

 .gitignore                                         |    1 +
 ...sk-Ignore-path-None-for-permissions-check.patch |   29 ------
 ...eter-passed-from-StorageVolume.find_free_.patch |   97 --------------------
 0003-osdict-Add-Fedora-18.patch                    |   37 --------
 0004-virt-install-Fix-disk-.sparse.patch           |   28 ------
 python-virtinst.spec                               |   25 ++---
 sources                                            |    2 +-
 7 files changed, 12 insertions(+), 207 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97431f8..6c281be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ virtinst-0.500.3.tar.gz
 /virtinst-0.600.1.tar.gz
 /virtinst-0.600.2.tar.gz
 /virtinst-0.600.3.tar.gz
+/virtinst-0.600.4.tar.gz
diff --git a/python-virtinst.spec b/python-virtinst.spec
index ea3ff2b..d4b294a 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 
-%define _version 0.600.3
-%define _release 2
+%define _version 0.600.4
+%define _release 1
 
 %define with_rhel6_defaults 0
 %define with_selinux 1
@@ -30,16 +30,8 @@
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
 Version: %{_version}
-Release: %{_release}%{_extra_release}.1
+Release: %{_release}%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-# Fix adding empty cdrom device in virt-manager (bz 859344)
-Patch1: 0001-VirtualDisk-Ignore-path-None-for-permissions-check.patch
-# virt-install: Fix naming of multiple volumes via --disk (bz 857424)
-Patch2: 0002-added-parameter-passed-from-StorageVolume.find_free_.patch
-# Add Fedora 18 OS option
-Patch3: 0003-osdict-Add-Fedora-18.patch
-# virt-install: Fix --disk sparse=false
-Patch4: 0004-virt-install-Fix-disk-.sparse.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -57,6 +49,7 @@ Requires: python-urlgrabber
 Requires: libselinux-python
 BuildRequires: gettext
 BuildRequires: python
+BuildRequires: /usr/bin/pod2man
 
 %description
 virtinst is a module that helps build and install libvirt based virtual
@@ -66,10 +59,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
 
 %build
 %if %{with_rhel6_defaults}
@@ -107,6 +96,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* Mon Apr 01 2013 Cole Robinson <crobinso at redhat.com> - 0.600.4-1
+- Rebased to version 0.600.4
+- virt-install: New convenience option --controller usb2
+- API support for disk iotune properties (David Shane Holden)
+- Bug fixes and minor improvements
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.600.3-2.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 06a1791..f9e3725 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13c06b16c0f9fa23e7cb2534950b4575  virtinst-0.600.3.tar.gz
+0be36b08bb8b61eb9d75f0885eacc173  virtinst-0.600.4.tar.gz


More information about the scm-commits mailing list