From 1f61a8fc1d051900ace246a1fd35612fbe2d72e6b124429a863e00fc28eff8c5 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 22 Jan 2020 17:58:26 +0000 Subject: [PATCH] Accepting request 766388 from home:lwfinger:branches:Virtualization - Version update to 6.1.2 (released January 14 2020i by Oracle) 18 Vulnerabilities fixed: CVE-2020-2674 CVE-2020-2682 CVE-2020-2698 CVE-2020-2701 CVE-2020-2702 CVE-2020-2726 CVE-2020-2681 CVE-2020-2689 CVE-2020-2690 CVE-2020-2691 CVE-2020-2692 CVE-2020-2703 CVE-2020-2704 CVE-2020-2705 CVE-2020-2725 CVE-2020-2678 CVE-2020-2727 CVE-2020-2693 See bsc#1161050 File "fixes_for_leap15.2.patch" added to fix build for Leap 15.2. File "vbox_fix_for_gcc7.patch" is deleted - fixed upstream. File "fixes_for_5.4.patch" is deleted - fixed upstream. Exclude 32-bit builds OBS-URL: https://build.opensuse.org/request/show/766388 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=528 --- virtualbox.changes | 1 + virtualbox.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/virtualbox.changes b/virtualbox.changes index 5a167b8..89d1d69 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -10,6 +10,7 @@ Fri Jan 17 22:56:58 UTC 2020 - Larry Finger File "fixes_for_leap15.2.patch" added to fix build for Leap 15.2. File "vbox_fix_for_gcc7.patch" is deleted - fixed upstream. File "fixes_for_5.4.patch" is deleted - fixed upstream. + Exclude 32-bit builds As announced earlier by Oracle, 32-bit builds are no longer supported. diff --git a/virtualbox.spec b/virtualbox.spec index d5dd393..9da2368 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -235,7 +235,8 @@ Provides: %{name}-ose = %{version} 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 +ExclusiveArch: x86_64 +ExcludeArch: %ix86 %ifarch amd64 x86_64 ia32e em64t BuildRequires: gcc-32bit BuildRequires: gcc-c++-32bit