commit 636bc8e781a45cc2a95d23f3b7cf09a5696ecaaa
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jan 19 01:11:42 2024 +0000
Update to 7.0.14
VirtualBox-kmod.spec | 7 +++++--
update_vbox.sh | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index b2eecbb..d7f681c 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,8 +39,8 @@
#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6519
Name: VirtualBox-kmod
-Version: 7.0.12
-Release: 1%{?dist}.1
+Version: 7.0.14
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -135,6 +135,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Fri Jan 19 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.14-1
+- Update to 7.0.14
+
* Fri Nov 24 2023 Sérgio Basto <sergio(a)serjux.com> - 7.0.12-1.1
- Rebuilt RHEL 8.9
diff --git a/update_vbox.sh b/update_vbox.sh
index f8ab5aa..c0b080b 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=7.0.12
+VERSION=7.0.14
REL=1
RAWHIDE=40
-REPOS="f39 f38 f37 el9 el8"
+REPOS="f39 f38 el9 el8"
if [ -z "$1" ]
then
@@ -17,6 +17,8 @@ if test $stage -le 0
then
echo STAGE 0
rpmdev-bumpspec -n $VERSION -c "Update to $VERSION" VirtualBox-kmod.spec
+echo "checking patches"
+rfpkg prep
echo Press enter to build on copr or n to skip; read dummy;
if [[ "$dummy" != "n" ]]; then
rfpkg copr-build sergiomb/vboxfor23