commit 3fc1c84441e508b465f47fc763c857d498d41d74
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 1 22:58:31 2022 +0000
Update to 7.0.2
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 38a1a09..f73fdee 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -35,7 +35,7 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.40
+Version: 7.0.2
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -133,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Tue Nov 01 2022 Sérgio Basto <sergio(a)serjux.com> - 7.0.2-1
+- Update to 7.0.2
+
* Thu Oct 13 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.40-1
- Update to 6.1.40
diff --git a/update_vbox.sh b/update_vbox.sh
index 2a8eb5e..7c91318 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.40
+VERSION=7.0.2
REL=1
RAWHIDE=38
REPOS="f37 f36 f35 el9 el8 el7"
@@ -17,7 +17,10 @@ if test $stage -le 0
then
echo STAGE 0
rpmdev-bumpspec -n $VERSION -c "Update to $VERSION" VirtualBox-kmod.spec
+echo Press enter to build on copr or n to skip; read dummy;
+if [[ "$dummy" != "n" ]]; then
rfpkg copr-build sergiomb/vboxfor23
+fi
#rfpkg srpm && mock -r fedora-27-x86_64-rpmfusion_free --no-clean --rebuild
smplayer-17.5.0-1.fc27.src.rpm
#cp VirtualBox-kmod.spec VirtualBox-kmod.spec.new
#git reset HEAD~1
Show replies by date