[python-virtinst] Rebased to version 0.600.1 virt-install: --redir option for usb redirection (Marc-André Lureau) vir

Cole Robinson crobinso at fedoraproject.org
Wed Feb 1 16:03:29 UTC 2012


commit ae74f0d7a757d17ab5d856acc960f98c689d7124
Author: Cole Robinson <crobinso at redhat.com>
Date:   Wed Feb 1 11:03:25 2012 -0500

    Rebased to version 0.600.1
    virt-install: --redir option for usb redirection (Marc-André Lureau)
    virt-install: Advanced --controller support for usb2 (Marc-André
    Lureau)
    Many bug fixes and minor improvments.

 .gitignore                          |    1 +
 python-virtinst.spec                |   29 ++---
 sources                             |    2 +-
 virtinst-catch-version-errs.patch   |   28 ----
 virtinst-fix-initrd-inject.patch    |   56 ---------
 virtinst-fix-po-install.patch       |  110 -----------------
 virtinst-fix-remote-url.patch       |   62 ---------
 virtinst-fix-vmm-disk-bus.patch     |   20 ---
 virtinst-regenerate-man-pages.patch |  232 -----------------------------------
 9 files changed, 11 insertions(+), 529 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27545bd..2608d5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ virtinst-0.500.3.tar.gz
 /virtinst-0.500.5.tar.gz
 /virtinst-0.500.6.tar.gz
 /virtinst-0.600.0.tar.gz
+/virtinst-0.600.1.tar.gz
diff --git a/python-virtinst.spec b/python-virtinst.spec
index f1e9a2a..af07197 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 
-%define _version 0.600.0
-%define _release 5
+%define _version 0.600.1
+%define _release 1
 
 %define with_rhel6_defaults 0
 %define with_selinux 1
@@ -32,18 +32,6 @@ Name: python-%{appname}
 Version: %{_version}
 Release: %{_release}%{_extra_release}.1
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-# Fix installation of translation files
-Patch1: %{appname}-fix-po-install.patch
-# Handle libvirt getVersion failing (bz 726617)
-Patch2: %{appname}-catch-version-errs.patch
-# Regenerate outdated man pages
-Patch3: %{appname}-regenerate-man-pages.patch
-# virt-install: Fix --initrd-inject
-Patch4: %{appname}-fix-initrd-inject.patch
-# Fix changing disk bus in virt-manager
-Patch5: %{appname}-fix-vmm-disk-bus.patch
-# Fix remote URL installs as root
-Patch6: %{appname}-fix-remote-url.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -70,12 +58,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
-%patch6 -p1
 
 %build
 %if %{with_rhel6_defaults}
@@ -113,6 +95,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* Wed Feb 01 2012 Cole Robinson <crobinso at redhat.com> - 0.600.1-1
+- Rebased to version 0.600.1
+- virt-install: --redir option for usb redirection (Marc-André Lureau)
+- virt-install: Advanced --controller support for usb2 (Marc-André
+  Lureau)
+- Many bug fixes and minor improvments.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.600.0-5.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 0fd1360..9333c11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8f6a61d7edbc78129a8b5df2807ad46  virtinst-0.600.0.tar.gz
+7b25d24545c556945689e3191442867e  virtinst-0.600.1.tar.gz


More information about the scm-commits mailing list