1
0
forked from pool/virtualbox

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
This commit is contained in:
Martin Pluskal 2015-07-06 10:19:35 +00:00 committed by Git OBS Bridge
parent d45b9c0311
commit 5ac0532338
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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