rpms/VirtualBox-OSE/F-10 VirtualBox-OSE.spec,1.2,1.3

Lubomir Rintel lkundrak at rpmfusion.org
Fri Apr 24 22:42:34 CEST 2009


Author: lkundrak

Update of /cvs/free/rpms/VirtualBox-OSE/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8415/F-10

Modified Files:
	VirtualBox-OSE.spec 
Log Message:
Fixup the damn' plague's excludearch


Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-10/VirtualBox-OSE.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-OSE.spec	24 Apr 2009 20:32:11 -0000	1.2
+++ VirtualBox-OSE.spec	24 Apr 2009 20:42:04 -0000	1.3
@@ -46,11 +46,12 @@
 %endif
 
 # Plague-specific weirdness
-%ifarch %{ix86}
-ExclusiveArch:  %{_target_cpu}
+%if 0%{?fedora} > 10
+ExclusiveArch:  i586 x86_64
 %else
-ExclusiveArch:  x86_64
+ExclusiveArch:  i386 x86_64
 %endif
+
 Requires:       %{name}-kmod = %{version}
 Provides:       %{name}-kmod-common = %{version}
 



More information about the rpmfusion-commits mailing list