commit 6d97b963aa8618120c3ac787834c3dbafe4d6fbe
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Feb 21 02:06:12 2020 +0000
Update to 6.1.4
VirtualBox-kmod.spec | 9 ++-
kernel-el7.7.patch | 164 ---------------------------------------------------
new-kernel-5.2.patch | 63 --------------------
update_vbox.sh | 12 ++--
4 files changed, 13 insertions(+), 235 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index dfef618..c941f76 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -10,7 +10,7 @@
%endif
# newvboxsf
-# globals for
https://github.com/jwrdegoede/vboxsf/archive/fb360320b7d5c2dc74cb958c9b27...
+# globals for
https://github.com/jwrdegoede/vboxsf/archive/5aba938bcabd978e4615186ad7d8...
%global commit1 5aba938bcabd978e4615186ad7d8617d633e6f30
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
@@ -44,8 +44,8 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.1.2
-Release: 2%{?dist}
+Version: 6.1.4
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -145,6 +145,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Fri Feb 21 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.4-1
+- Update to 6.1.4
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
6.1.2-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index 9780bdf..e3d54a6 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.2
+VERSION=6.1.4
REL=1
-RAWHIDE=32
-REPOS="31 30"
+RAWHIDE=33
+REPOS="32 31 30"
if [ -z "$1" ]
then
@@ -12,6 +12,7 @@ fi
git checkout master
git pull
+
if test $stage -le 0
then
echo STAGE 0
@@ -29,12 +30,13 @@ fi
if test $stage -le 1
then
echo STAGE 1
-BRANCH1=f32
-BRANCH2=fc32
+BRANCH1=f$RAWHIDE
+BRANCH2=fc$RAWHIDE
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
&& \
rfpkg push && rfpkg build --nowait ) &
fi
+
if test $stage -le 2
then
echo STAGE 2