From 5ac05323381b309483bf1132620226fca78b7b9b30ddb60dc9dab24bb5663977 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 6 Jul 2015 10:19:35 +0000 Subject: [PATCH] Accepting request 315179 from home:alarrosa:branches:Virtualization - Exclude %ix86 arch in suse_version == 1315 (openSUSE 42) OBS-URL: https://build.opensuse.org/request/show/315179 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=205 --- virtualbox.changes | 5 +++++ virtualbox.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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