[SRU][bionic/aws][PATCH 1/1] UBUNTU: [Packaging] aws: Fix dependency for modules-extra
Ian May
ian.may at canonical.com
Tue Feb 15 14:44:50 UTC 2022
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 at 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
More information about the kernel-team
mailing list