commit 99850e6178c42bf03caf1935bcee7de98d194e00
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 20 01:45:28 2022 +0100
Update to 6.1.34
VirtualBox-kmod.spec | 11 +++++++----
update_vbox.sh | 6 +++---
2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 6809790..c065d13 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -17,10 +17,10 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%if 0%{?fedora} || 0%{?rhel}
+%if 0%{?fedora}
%global buildforkernels akmod
-%global debug_package %{nil}
%endif
+%global debug_package %{nil}
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guaranteed
@@ -33,8 +33,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.32
-Release: 2%{?dist}
+Version: 6.1.34
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -127,6 +127,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Apr 20 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.34-1
+- Update to 6.1.34
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
6.1.32-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/update_vbox.sh b/update_vbox.sh
index 17756b5..ca28c57 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.32
+VERSION=6.1.34
REL=1
-RAWHIDE=36
-REPOS="f35 f34 el8 el7"
+RAWHIDE=37
+REPOS="f36 f35 f34 el8 el7"
if [ -z "$1" ]
then