diff mbox series

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

Message ID 20211013124609.203600-1-dimitri.ledkov@canonical.com
State New
Headers show
Series [kernel-versions] Revert "kernel-version: Pin virtualbox to last guest-dkms build for focal" | expand

Commit Message

Dimitri John Ledkov Oct. 13, 2021, 12:46 p.m. UTC
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@canonical.com>
---
 update-dkms-versions | 3 ---
 1 file changed, 3 deletions(-)

Comments

Stefan Bader Oct. 14, 2021, 8:16 a.m. UTC | #1
On 13.10.21 14:46, Dimitri John Ledkov wrote:
> 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@canonical.com>
Acked-by: Stefan Bader <stefan.bader@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:
>
Colin Ian King Oct. 14, 2021, 8:44 a.m. UTC | #2
On 13/10/2021 13:46, Dimitri John Ledkov wrote:
> 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@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:
> 

LGTM.

Acked-by: Colin Ian King <colin.king@canonical.com>
Stefan Bader Oct. 14, 2021, 9:13 a.m. UTC | #3
On 13.10.21 14:46, Dimitri John Ledkov wrote:
> 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@canonical.com>
> ---

Applied to kernel-versions/master. Thanks.

-Stefan

>   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:
>
diff mbox series

Patch

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: