Update to release 0.4.0

This commit is contained in:
Matthew Booth 2010-02-22 12:58:21 +00:00
parent 1e00a11cfb
commit d8dc4c6a8c
3 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
virt-v2v-0.3.2.tar.gz
virt-v2v-0.4.0.tar.gz

View File

@ -1 +1 @@
97549757c80ad03422f3e4d1c84be882 virt-v2v-0.3.2.tar.gz
902efe037084773d48c3e4f0df29aff4 virt-v2v-0.4.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: virt-v2v
Version: 0.3.2
Release: 2%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: Convert a virtual machine to run on KVM
Group: Applications/System
@ -9,7 +9,10 @@ URL: http://people.redhat.com/mbooth/virt-v2v/
Source0: http://people.redhat.com/mbooth/virt-v2v/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# virt-v2v should be noarch. However, we need to prevent the build system from
# attempting to build it where its dependencies aren't available. As virt-v2v
# depends on qemu via libguestfs, this needs to be x86_64 only.
ExclusiveArch: x86_64
# Build system direct requirements
BuildRequires: gettext
@ -51,7 +54,7 @@ Requires: perl(XML::Writer)
Requires: perl-libguestfs >= 1:1.0.68
# For GuestOS transfer image
Requires: /usr/bin/genisoimage
Requires: /usr/bin/mkisofs
# For v2v-snapshot
Requires: /usr/bin/qemu-img
@ -121,6 +124,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Feb 22 2010 Matthew Booth <mbooth@redhat.com> - 0.4.0-1
- Update to release 0.4.0
- Change arch to x86_64 to prevent building where qemu isn't available.
- Change dependency on genisofs to mkisofs
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.3.2-2
- rebuild against perl 5.10.1