rpms/virt-v2v/devel virt-v2v.spec,1.12,1.13

Matthew Booth mdbooth at fedoraproject.org
Thu Jul 1 09:00:03 UTC 2010


Author: mdbooth

Update of /cvs/pkgs/rpms/virt-v2v/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16919

Modified Files:
	virt-v2v.spec 
Log Message:
Add ExclusiveArch



Index: virt-v2v.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/virt-v2v.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- virt-v2v.spec	30 Jun 2010 12:54:58 -0000	1.12
+++ virt-v2v.spec	1 Jul 2010 09:00:03 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           virt-v2v
 Version:        0.6.1
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        Convert a virtual machine to run on KVM
 
 Group:          Applications/System
@@ -9,6 +9,11 @@ URL:            http://git.fedoraproject
 Source0:        https://fedorahosted.org/releases/v/i/virt-v2v/%{name}-v%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# Unfortunately, despite really being noarch, we have to make virt-v2v arch
+# dependent to avoid build failures on architectures where libguestfs isn't
+# available.
+ExclusiveArch:  %{ix86} x86_64
+
 # Build system direct requirements
 BuildRequires:  gettext
 BuildRequires:  perl
@@ -126,7 +131,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Jun 21 2010 Matthew Booth <mbooth at redhat.com> - 0.6.1
+* Thu Jul  1 2010 Matthew Booth <mbooth at redhat.com> - 0.6.1-1
+- Only build virt-v2v on architectures where libguestfs is available
+
+* Mon Jun 21 2010 Matthew Booth <mbooth at redhat.com> - 0.6.1-0
 - Update to release 0.6.1
 - Disable building of debuginfo
 



More information about the scm-commits mailing list