commit 78afdca6db5d756738a7eacd3e5ce4ec377fb38c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Sep 8 10:38:58 2020 +0100
Update to VirtualBox-6.1.14a rfbz (#5747)
VirtualBox.spec | 8 +++++---
update_vbox.sh | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 835a857..f878e48 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -46,7 +46,7 @@
Name: VirtualBox
Version: 6.1.14
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -57,7 +57,7 @@ ExclusiveArch: x86_64
Requires: %{name}-server%{?isa} = %{version}
Obsoletes: %{name}-qt < 5.1.8
-Source0:
https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/Virtua...
+Source0:
https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/Virtua...
Source1:
https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/UserMa...
Source2: VirtualBox.appdata.xml
Source3: VirtualBox-60-vboxdrv.rules
@@ -398,7 +398,6 @@ kmk %{_smp_mflags} \
%{?with_docs: VBOX_WITH_DOCS=1 } \
VBOX_JAVA_HOME=%{_prefix}/lib/jvm/java \
VBOX_WITH_UPDATE_REQUEST= \
- VBOX_WITH_VIRTIO= \
VBOX_WITHOUT_PRECOMPILED_HEADERS=1 \
VBOX_BUILD_PUBLISHER=%{publisher}
@@ -895,6 +894,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Sep 08 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.14-2
+- Update to VirtualBox-6.1.14a rfbz (#5747)
+
* Sat Sep 05 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.14-1
- Update VBox to 6.1.14
diff --git a/update_vbox.sh b/update_vbox.sh
index 87cf20e..0faaa5a 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
VERSION=6.1.14
-REL=1
+REL=2
RAWHIDE=34
REPOS="f33 f32 f31 el8 el7"
if [ -z "$1" ]