[fedora-virt-maint] rpms/python-virtinst/F-12 .cvsignore, 1.19, 1.20 python-virtinst.spec, 1.74, 1.75 sources, 1.19, 1.20 virtinst-0.500.0-bogus-driver-xml.patch, 1.1, NONE virtinst-0.500.0-change-path-perms.patch, 1.1, NONE virtinst-0.500.0-disk-format.patch, 1.1, NONE virtinst-0.500.0-f12-distro.patch, 1.1, NONE virtinst-0.500.0-more-translations.patch, 1.1, NONE virtinst-0.500.0-no-default-keymap.patch, 1.1, NONE virtinst-0.500.0-no-iso-driver.patch, 1.1, NONE virtinst-0.500.0-nonroot-qemu-net.patch, 1.1, NONE virtinst-0.500.0-update-testsuite.patch, 1.1, NONE virtinst-0.500.0-virtio-cdrom.patch, 1.1, NONE virtinst-0.500.0-virtio-dev-limit.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Thu Dec 3 22:39:05 UTC 2009


Author: crobinso

Update of /cvs/pkgs/rpms/python-virtinst/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16423

Modified Files:
	.cvsignore python-virtinst.spec sources 
Removed Files:
	virtinst-0.500.0-bogus-driver-xml.patch 
	virtinst-0.500.0-change-path-perms.patch 
	virtinst-0.500.0-disk-format.patch 
	virtinst-0.500.0-f12-distro.patch 
	virtinst-0.500.0-more-translations.patch 
	virtinst-0.500.0-no-default-keymap.patch 
	virtinst-0.500.0-no-iso-driver.patch 
	virtinst-0.500.0-nonroot-qemu-net.patch 
	virtinst-0.500.0-update-testsuite.patch 
	virtinst-0.500.0-virtio-cdrom.patch 
	virtinst-0.500.0-virtio-dev-limit.patch 
Log Message:
- Update to version 0.500.1
- virt-install now attempts --os-variant detection by default.
- New --disk option 'format', for creating image formats like qcow2 or vmdk
- Many improvements and bugfixes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-12/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	29 Jul 2009 02:17:47 -0000	1.19
+++ .cvsignore	3 Dec 2009 22:39:04 -0000	1.20
@@ -1 +1 @@
-virtinst-0.500.0.tar.gz
+virtinst-0.500.1.tar.gz


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-12/python-virtinst.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- python-virtinst.spec	5 Oct 2009 17:27:09 -0000	1.74
+++ python-virtinst.spec	3 Dec 2009 22:39:04 -0000	1.75
@@ -16,31 +16,9 @@
 
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
-Version: 0.500.0
-Release: 5%{_extra_release}
+Version: 0.500.1
+Release: 1%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-# Don't erroneously set limit for amount of virtio devices (bz 499654)
-Patch1: %{appname}-%{version}-virtio-dev-limit.patch
-# Don't use virtio for cdrom devices (bz 517151)
-Patch2: %{appname}-%{version}-virtio-cdrom.patch
-# Rawhide/F11 can auto detect keymapping (bz 487735)
-Patch3: %{appname}-%{version}-no-default-keymap.patch
-# Update test suite to verify patches
-Patch4: %{appname}-%{version}-update-testsuite.patch
-# Don't generate bogus disk driver XML.
-Patch5: /home/boston/crobinso/virtinst-0.500.0-bogus-driver-xml.patch
-# Add '--disk format=' for specifying format (qcow2, ...) when provisioning
-Patch6: /home/boston/crobinso/virtinst-0.500.0-disk-format.patch
-# Add Fedora12 to os dictionary
-Patch7: /home/boston/crobinso/virtinst-0.500.0-f12-distro.patch
-# Don't use usermode net for non-root qemu:///system via virt-install
-Patch8: %{appname}-%{version}-nonroot-qemu-net.patch
-# Fix cdrom installs where the iso is a storage volume (bz 524109)
-Patch9: %{appname}-%{version}-no-iso-driver.patch
-# Fix path permissions for kernel/initrd download location (bz 523960)
-Patch10: %{appname}-%{version}-change-path-perms.patch
-# Update translations (bz 493795)
-Patch11: %{appname}-%{version}-more-translations.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -68,17 +46,6 @@ and install new VMs) and virt-clone (clo
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
 
 %build
 python setup.py build
@@ -114,6 +81,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* Thu Dec  3 2009 Cole Robinson <crobinso at redhat.com> - 0.500.1-1.fc12
+- Update to version 0.500.1
+- virt-install now attempts --os-variant detection by default.
+- New --disk option 'format', for creating image formats like qcow2 or vmdk
+- Many improvements and bugfixes
+
 * Mon Oct 05 2009 Cole Robinson <crobinso at redhat.com> - 0.500.0-5.fc12
 - Update translations (bz 493795)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-12/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	29 Jul 2009 02:17:47 -0000	1.19
+++ sources	3 Dec 2009 22:39:04 -0000	1.20
@@ -1 +1 @@
-c3bfe1d05a00435a03f39fb9f0b8a17a  virtinst-0.500.0.tar.gz
+f87ccfe2b77823c9e06d32e8b6f20424  virtinst-0.500.1.tar.gz


--- virtinst-0.500.0-bogus-driver-xml.patch DELETED ---


--- virtinst-0.500.0-change-path-perms.patch DELETED ---


--- virtinst-0.500.0-disk-format.patch DELETED ---


--- virtinst-0.500.0-f12-distro.patch DELETED ---


--- virtinst-0.500.0-more-translations.patch DELETED ---


--- virtinst-0.500.0-no-default-keymap.patch DELETED ---


--- virtinst-0.500.0-no-iso-driver.patch DELETED ---


--- virtinst-0.500.0-nonroot-qemu-net.patch DELETED ---


--- virtinst-0.500.0-update-testsuite.patch DELETED ---


--- virtinst-0.500.0-virtio-cdrom.patch DELETED ---


--- virtinst-0.500.0-virtio-dev-limit.patch DELETED ---




More information about the Fedora-virt-maint mailing list