1
0
forked from pool/virtualbox

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
This commit is contained in:
Larry Finger 2020-01-22 17:58:26 +00:00 committed by Git OBS Bridge
parent 66341648f6
commit 1f61a8fc1d
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Fri Jan 17 22:56:58 UTC 2020 - Larry Finger <Larry.Finger@gmail.com>
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.

View File

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