Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8415/devel
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fixup the damn' plague's excludearch
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/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:27:25 -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}
Show replies by date