diff --git a/virtualbox.changes b/virtualbox.changes index 5756fb3..c0afd2f 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 6 09:19:54 UTC 2015 - alarrosa@suse.com + +- Exclude %ix86 arch in suse_version == 1315 (openSUSE 42) + ------------------------------------------------------------------- Fri Jun 12 10:33:55 UTC 2015 - mpluskal@suse.com diff --git a/virtualbox.spec b/virtualbox.spec index d730fc9..d433285 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -1,7 +1,7 @@ # # spec file for package virtualbox # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -144,6 +144,9 @@ Obsoletes: %{name}-ose < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %(sed -e '/^Provides: multiversion(kernel)/d' %{_libexecdir}/rpm/kernel-module-subpackage > %{_builddir}/virtualbox-kmp-template) ExclusiveArch: %ix86 x86_64 +%if 0%{?suse_version} == 1315 +ExcludeArch: %ix86 +%endif %ifarch amd64 x86_64 ia32e em64t BuildRequires: gcc-32bit BuildRequires: gcc-c++-32bit