commit 86c54c187d7bc3749a66ea410219e5ced80791e1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 27 21:09:56 2024 +0100
Update to 7.1.2
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 10 ++++++++--
2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 159339e..4bdc176 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,7 +39,7 @@
#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6519
Name: VirtualBox-kmod
-Version: 7.1.0
+Version: 7.1.2
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -132,6 +132,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Fri Sep 27 2024 Sérgio Basto <sergio(a)serjux.com> - 7.1.2-1
+- Update to 7.1.2
+
* Mon Sep 16 2024 Sérgio Basto <sergio(a)serjux.com> - 7.1.0-1
- Update to 7.1.0
diff --git a/update_vbox.sh b/update_vbox.sh
index d4c7086..135fe86 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=7.1.0
+VERSION=7.1.2
REL=1
RAWHIDE=42
-REPOS="f41 f40 f39 el9 el8"
+REPOS="f41 f40 f39 el9"
if [ -z "$1" ]
then
@@ -38,6 +38,9 @@ if test $stage -le 2; then
echo STAGE 2
BRANCH1=f$RAWHIDE
BRANCH2=fc$RAWHIDE
+echo "koji-rpmfusion tag-build $BRANCH1-free-override
VirtualBox-$VERSION-$REL.$BRANCH2"
+echo "koji-rpmfusion wait-repo $BRANCH1-free-build
--build=VirtualBox-$VERSION-$REL.$BRANCH2 && "
+echo "git checkout master && rfpkg build --nowait "
echo Press enter tag-build rawhide to continue or n to skip; read dummy;
if [[ "$dummy" != "n" ]]; then
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
@@ -56,6 +59,9 @@ BRANCH2=$repo
if [[ $repo == f* ]]; then
BRANCH2=fc${repo:1}
fi
+echo "koji-rpmfusion tag-build $BRANCH1-free-override
VirtualBox-$VERSION-$REL.$BRANCH2"
+echo "koji-rpmfusion wait-repo $BRANCH1-free-build
--build=VirtualBox-$VERSION-$REL.$BRANCH2 &&"
+echo "git checkout $BRANCH1 && rfpkg build --nowait; git checkout
master"
echo Press enter tag-build $BRANCH1 to continue or n to skip; read dummy;
if [[ "$dummy" != "n" ]]; then
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2