diff mbox series

[SRU,bionic/aws,1/1] UBUNTU: [Packaging] aws: Fix dependency for modules-extra

Message ID 20220215144450.160148-2-ian.may@canonical.com
State New
Headers show
Series Fix modules-extra dependency | expand

Commit Message

Ian May Feb. 15, 2022, 2:44 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1960871

The linux-modules-extra package is currently dependent on only
the unsigned image. Modify depends for either signed or unsigned.

Signed-off-by: Ian May <ian.may@canonical.com>
---
 debian.aws/control.d/flavour-control.stub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian May Feb. 15, 2022, 7:22 p.m. UTC | #1
Applied to bionic/linux-aws

On 2022-02-15 08:44:50 , Ian May wrote:
> BugLink: https://bugs.launchpad.net/bugs/1960871
> 
> The linux-modules-extra package is currently dependent on only
> the unsigned image. Modify depends for either signed or unsigned.
> 
> Signed-off-by: Ian May <ian.may@canonical.com>
> ---
>  debian.aws/control.d/flavour-control.stub | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian.aws/control.d/flavour-control.stub b/debian.aws/control.d/flavour-control.stub
> index bd22e3549ef1..33da0c914584 100644
> --- a/debian.aws/control.d/flavour-control.stub
> +++ b/debian.aws/control.d/flavour-control.stub
> @@ -68,7 +68,7 @@ Build-Profiles: <!stage1>
>  Architecture: ARCH
>  Section: kernel
>  Priority: optional
> -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda
> +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR | linux-image-unsigned-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda
>  Description: Linux kernel extra modules for version PKGVER on DESC
>   This package contains the Linux kernel extra modules for version PKGVER on
>   DESC.
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/debian.aws/control.d/flavour-control.stub b/debian.aws/control.d/flavour-control.stub
index bd22e3549ef1..33da0c914584 100644
--- a/debian.aws/control.d/flavour-control.stub
+++ b/debian.aws/control.d/flavour-control.stub
@@ -68,7 +68,7 @@  Build-Profiles: <!stage1>
 Architecture: ARCH
 Section: kernel
 Priority: optional
-Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda
+Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR | linux-image-unsigned-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda
 Description: Linux kernel extra modules for version PKGVER on DESC
  This package contains the Linux kernel extra modules for version PKGVER on
  DESC.