commit 183fbe637d89b32a9f70186bc0fe851ff495a91a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 23 00:00:54 2021 +0000
Update to 6.1.30
VirtualBox-kmod.spec | 7 +++++--
update_vbox.sh | 10 +++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 56d2492..5630bd4 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,8 +31,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.28
-Release: 2%{?dist}
+Version: 6.1.30
+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 Nov 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.30-1
+- Update to 6.1.30
+
* Fri Nov 19 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 6.1.28-2
- Rebuilt
diff --git a/update_vbox.sh b/update_vbox.sh
index 11966d1..dc12997 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.28
+VERSION=6.1.30
REL=1
RAWHIDE=36
REPOS="f35 f34 f33 el8 el7"
@@ -32,9 +32,9 @@ echo Press enter to continue; read dummy;
BRANCH1=f$RAWHIDE
BRANCH2=fc$RAWHIDE
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+rfpkg push && 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 ) &
+rfpkg build --nowait ) &
fi
if test $stage -le 2; then
@@ -47,9 +47,9 @@ if [[ $repo == f* ]]; then
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
+git checkout $BRANCH1 && git merge master && git push &&
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) &
+git checkout $BRANCH1 && rfpkg build --nowait; git checkout master) &
done
fi