commit 5b6ee72826925011b2c12c925f2421cb0cb72c42
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 9 18:41:20 2021 +0100
Update to 6.1.26
VirtualBox-kmod.spec | 9 ++++++---
update_vbox.sh | 8 +++++---
2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index bf20038..98a8e22 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -27,12 +27,12 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print
toupper("%{prerel}")}')}
-%global vboxrel 1
+%global vboxrel 2
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.22
-Release: 3%{?dist}
+Version: 6.1.26
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -125,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Mon Aug 09 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.26-1
+- Update to 6.1.26
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
6.1.22-3
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index 2f2d7b2..0b22ca7 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
-VERSION=6.1.22
-REL=1
+VERSION=6.1.26
+REL=2
RAWHIDE=35
REPOS="f34 f33 f32 el8 el7"
@@ -31,7 +31,8 @@ rfpkg ci -c && git show
echo Press enter to continue; read dummy;
BRANCH1=f$RAWHIDE
BRANCH2=fc$RAWHIDE
-koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-3.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
&& \
rfpkg push && rfpkg build --nowait ) &
fi
@@ -45,6 +46,7 @@ if [[ $repo == f* ]]; then
BRANCH2=fc${repo:1}
fi
echo Press enter tag-build $BRANCH1 to continue; read dummy;
+echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
&& \
git checkout $BRANCH1 && git merge master && git push && rfpkg
build --nowait; git checkout master) &