[virt-v2v/f16] 0.8.5-2

Matthew Booth mdbooth at fedoraproject.org
Tue Dec 13 14:36:36 UTC 2011


commit 18d06fd2de2799101c3c3990b4003a13bfeecd4f
Author: Matthew Booth <mbooth at redhat.com>
Date:   Tue Dec 13 14:35:32 2011 +0000

    0.8.5-2
    
    Fix for BZ 767197

 virt-v2v.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/virt-v2v.spec b/virt-v2v.spec
index 7ba24de..9f2b5a9 100644
--- a/virt-v2v.spec
+++ b/virt-v2v.spec
@@ -1,6 +1,6 @@
 Name:           virt-v2v
 Version:        0.8.5
-Release:        1%{?dist}%{?extra_release}
+Release:        2%{?dist}%{?extra_release}
 Summary:        Convert a virtual machine to run on KVM
 
 Group:          Applications/System
@@ -16,6 +16,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #  local seq no: the order the patches should be applied in
 #  git commit:   the first 8 characters of the git commit hash
 
+Patch0:         virt-v2v-0.8.5-00-786a74f0.patch
+
 # Unfortunately, despite really being noarch, we have to make virt-v2v arch
 # dependent to avoid build failures on architectures where libguestfs isn't
 # available.
@@ -85,6 +87,8 @@ variety of guest operating systems from libvirt-managed hosts and VMware ESX.
 %prep
 %setup -q -n %{name}-v%{version}
 
+%patch0 -p1
+
 
 %build
 %{__perl} Build.PL
@@ -160,6 +164,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Dec 13 2011 Matthew Booth <mbooth at redhat.com> - 0.8.5-2
+- Fix crash during format conversion (BZ#767197)
+
 * Mon Dec 5  2011 Matthew Booth <mbooth at redhat.com> - 0.8.5-1
 - New upstream release 0.8.5
 


More information about the scm-commits mailing list