commit 82650eadcb2b40e578c777ff3174255c8ebc0d13
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 7 08:15:18 2016 +0100
Fixes for linux kernel-4.8-rc4, fixes from openSUSE
https://build.opensuse.org/package/show/Virtualization/virtualbox
VirtualBox.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 10364c6..0b9b421 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -26,7 +26,7 @@
Name: VirtualBox
Version: 5.1.4
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -55,7 +55,10 @@ Patch29: 29-fix-ftbfs-as-needed.patch
Patch33: VirtualBox-gcc6-fixes.patch
# just applied to Fedora 25+
Patch34: VirtualBox-5.0.16-glibc.patch
+
Patch35: VirtualBox-5.0.22-guest_soname.patch
+Patch36: modify_for_4_8_bo_move.patch
+Patch37: smap.diff
BuildRequires: kBuild >= 0.1.9998
@@ -239,6 +242,8 @@ rm -r src/libs/zlib-1.2.8/
%patch34 -p1 -b .glibc
%endif
%patch35 -p1 -b .soname
+%patch36 -p1 -b .kernel4.8-rc4
+%patch37 -p1 -b .kernel4.8-rc4.2
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -688,6 +693,10 @@ fi
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed Sep 07 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-3
+- Fixes for linux kernel-4.8-rc4, fixes from openSUSE
+
https://build.opensuse.org/package/show/Virtualization/virtualbox
+
* Tue Sep 06 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-2
- Enable webservice with fix of patch 02-gsoap-build-fix, add patch to allow
gcc-6.2 and add patch 29-fix-ftbfs-as-needed from Debian