Remove architecture restriction. It's not relevent in Fedora.

This commit is contained in:
Matthew Booth 2010-02-22 14:43:14 +00:00
parent 575296bf5b
commit 9359cbea91

View File

@ -8,11 +8,7 @@ License: GPLv2+ and LGPLv2+
URL: http://people.redhat.com/mbooth/virt-v2v/ URL: http://people.redhat.com/mbooth/virt-v2v/
Source0: http://people.redhat.com/mbooth/virt-v2v/%{name}-%{version}.tar.gz Source0: http://people.redhat.com/mbooth/virt-v2v/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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 # Build system direct requirements
BuildRequires: gettext BuildRequires: gettext
@ -126,7 +122,6 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Feb 22 2010 Matthew Booth <mbooth@redhat.com> - 0.4.0-1 * Mon Feb 22 2010 Matthew Booth <mbooth@redhat.com> - 0.4.0-1
- Update to release 0.4.0 - 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 - Change dependency on genisofs to mkisofs
- Update libguestfs dependency to 1.0.84 - Update libguestfs dependency to 1.0.84