rpms/python-virtinst/F-13 python-virtinst.spec, 1.82, 1.83 virtinst-0.500.3-64bit-flag.patch, 1.1, NONE virtinst-0.500.3-use-x2apic.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Thu Jul 15 17:15:10 UTC 2010


Author: crobinso

Update of /cvs/pkgs/rpms/python-virtinst/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30355

Modified Files:
	python-virtinst.spec 
Removed Files:
	virtinst-0.500.3-64bit-flag.patch 
	virtinst-0.500.3-use-x2apic.patch 
Log Message:
Drop default CPU config, fix some 64bit installs (bz 611584)



Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-13/python-virtinst.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- python-virtinst.spec	14 Jul 2010 20:01:55 -0000	1.82
+++ python-virtinst.spec	15 Jul 2010 17:15:09 -0000	1.83
@@ -17,7 +17,7 @@
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
 Version: 0.500.3
-Release: 3%{_extra_release}
+Release: 4%{_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
@@ -25,14 +25,10 @@ Patch1: %{appname}-%{version}-virtualdis
 Patch2: %{appname}-%{version}-seclabel-comma.patch
 # virt-install: Fix --location dvd.iso (bz 587679)
 Patch3: %{appname}-%{version}-location-cdrom.patch
-# Enable x2apic for new KVM guests
-Patch4: %{appname}-%{version}-use-x2apic.patch
 # Keep windows CDROM attached for second install stage
-Patch5: %{appname}-%{version}-fix-windows-cdrom.patch
+Patch4: %{appname}-%{version}-fix-windows-cdrom.patch
 # Fix pool source listing in virt-manager
-Patch6: %{appname}-%{version}-poolsource-check.patch
-# If host is 64bit, make sure VM always sees 64bit CPU (bz 611584)
-Patch7: %{appname}-%{version}-64bit-flag.patch
+Patch5: %{appname}-%{version}-poolsource-check.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -65,8 +61,6 @@ and install new VMs) and virt-clone (clo
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
 python setup.py build
@@ -102,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* 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)
+
 * Wed Jul 14 2010 Cole Robinson <crobinso at redhat.com> - 0.500.3-3.fc13
 - If host is 64bit, make sure VM always sees 64bit CPU (bz 611584)
 


--- virtinst-0.500.3-64bit-flag.patch DELETED ---


--- virtinst-0.500.3-use-x2apic.patch DELETED ---



More information about the scm-commits mailing list