[python-virtinst/f13/master] Actually commit spec changes

Cole Robinson crobinso at fedoraproject.org
Thu Mar 31 14:02:21 UTC 2011


commit 83e49bc9be7fb8d4b9107ecb34460d85ba4439a1
Author: Cole Robinson <crobinso at redhat.com>
Date:   Thu Mar 31 10:02:11 2011 -0400

    Actually commit spec changes

 python-virtinst.spec |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/python-virtinst.spec b/python-virtinst.spec
index f3a85ac..64bc6de 100644
--- a/python-virtinst.spec
+++ b/python-virtinst.spec
@@ -19,8 +19,20 @@
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
 Version: 0.500.4
-Release: 1%{_extra_release}
+Release: 2%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
+# virt-install: Fix post install check from erroring (bz 628721)
+Patch1: %{appname}-fix-post-check.patch
+# virt-install: Don't lowercase kernel args (bz 646029)
+Patch2: %{appname}-lower-kernel-args.patch
+# virt-install: Fix installing to iscsi volume (bz 647241)
+Patch3: %{appname}-iscsi-format-fix.patch
+# virt-install: Fix setting default keymap (bz 636907)
+Patch4: %{appname}-fix-default-keymap.patch
+# virt-install: Add ubuntu 10.10 os option (bz 642441)
+Patch5: %{appname}-ubuntu-1010.patch
+# virt-install: Fix locale error if paging --help (bz 655328)
+Patch6: %{appname}-help-pager.patch
 
 License: GPLv2+
 Group: Development/Libraries
@@ -48,6 +60,12 @@ 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
 python setup.py build
@@ -78,6 +96,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-convert
 
 %changelog
+* Thu Mar 31 2011 Cole Robinson <crobinso at redhat.com> - 0.500.4-2.fc13
+- virt-install: Fix post install check from erroring (bz 628721)
+- virt-install: Don't lowercase kernel args (bz 646029)
+- virt-install: Fix installing to iscsi volume (bz 647241)
+- virt-install: Fix setting default keymap (bz 636907)
+- virt-install: Add ubuntu 10.10 os option (bz 642441)
+- virt-install: Fix locale error if paging --help (bz 655328)
+
 * 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


More information about the scm-commits mailing list