[kernel-versions][PATCH] Revert "kernel-version: Pin virtualbox to last guest-dkms build for focal"

Dimitri John Ledkov dimitri.ledkov at canonical.com
Wed Oct 13 12:46:09 UTC 2021


virtualbox-guest-dkms is now available in focal once again.

BugLink: https://bugs.launchpad.net/bugs/1944744

This reverts commit d5dca20ad7345d0ee9ee076fae5a026d6103edb9.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
 update-dkms-versions | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/update-dkms-versions b/update-dkms-versions
index 001937ae98..1aca51861a 100755
--- a/update-dkms-versions
+++ b/update-dkms-versions
@@ -28,9 +28,6 @@ def refresh_packages(filename, series, args):
             interesting = True
             if args.nvidia_only and not package.startswith('nvidia-graphics-drivers-'):
                 interesting = False
-            # pin virtualbox to last 6.1.22 upload LP: #1933248
-            if series == "focal" and package == "virtualbox":
-                interesting = False
             if interesting:
                 src = None
                 for archive, pocket in pockets:
-- 
2.30.2




More information about the kernel-team mailing list