commit e5e9210c384d3c2a21f43286e9f4877e50fd0d75
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 20 14:35:18 2022 +0100
update changelog and helper script
VirtualBox-kmod.spec | 1 +
update_vbox.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index c065d13..f892fd8 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -129,6 +129,7 @@ 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
+- Enable binary kmods on el repos
* 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 ca28c57..89f0993 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
VERSION=6.1.34
REL=1
RAWHIDE=37
-REPOS="f36 f35 f34 el8 el7"
+REPOS="f36 f35 f34 el9 el8 el7"
if [ -z "$1" ]
then