diff --git a/virt-v2v.spec b/virt-v2v.spec index efe1927..4fa6aea 100644 --- a/virt-v2v.spec +++ b/virt-v2v.spec @@ -8,11 +8,7 @@ License: GPLv2+ and LGPLv2+ 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) - -# 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 +BuildArch: noarch # Build system direct requirements BuildRequires: gettext @@ -126,7 +122,6 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Feb 22 2010 Matthew Booth - 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 - Update libguestfs dependency to 1.0.84