commit e847cd0e6e04761d17f46234a38ccb29fa8ff968
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Apr 22 13:08:43 2021 +0100
Update to 6.1.20
VirtualBox-kmod.spec | 10 ++++++----
fixes-for-5.11.patch | 14 --------------
update_vbox.sh | 8 ++++----
3 files changed, 10 insertions(+), 22 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 64f2e30..9fe3940 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,8 +31,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.18
-Release: 2%{?dist}
+Version: 6.1.20
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -40,7 +40,6 @@ License: GPLv2 or CDDL
URL:
http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
-Patch1: fixes-for-5.11.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc >=
%{version}%{vboxreltag} xz time elfutils-libelf-devel gcc
@@ -62,7 +61,7 @@ Kernel module for VirtualBox
%setup -T -c
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
-%patch1 -p1
+#patch1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -126,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu Apr 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.20-1
+- Update to 6.1.20
+
* Tue Feb 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
6.1.18-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index b3645f0..64ada1a 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.18
-REL=1
-RAWHIDE=34
-REPOS="f33 f32 el8 el7"
+VERSION=6.1.20
+REL=2
+RAWHIDE=35
+REPOS="f34 f33 f32 el8 el7"
if [ -z "$1" ]
then