[SRU][f/linux-meta-aws][PATCH 1/1] UBUNTU: [Packaging] Fix provides for *--modules-extra--preferred

Kleber Sacilotto de Souza kleber.souza at canonical.com
Thu Jun 10 16:00:50 UTC 2021


BugLink: http://bugs.launchpad.net/bugs/1931576

The virtual package kernel-testing--*--modules-extra--preferred are
needed for proper autopkgtest setup.

Signed-off-by: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
---
 debian/control.d/aws | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.d/aws b/debian/control.d/aws
index afc53df..e02ae06 100644
--- a/debian/control.d/aws
+++ b/debian/control.d/aws
@@ -18,7 +18,7 @@ Description: Linux kernel image for Amazon Web Services (AWS) systems.
 Package: linux-modules-extra-aws${variant:suffix}
 Architecture: amd64 arm64
 Section: kernel
-Provides: ${test:provides-modules-extra-aws}
+Provides: ${test:provides-modules-extra-aws} ${test:provides-modules-extra-preferred}
 Depends: ${misc:Depends}, linux-modules-extra-${kernel-abi-version}-aws
 Description: Extra modules for Amazon Web Services (AWS) systems.
  This package will always depend on the latest extra modules package available
-- 
2.27.0




More information about the kernel-team mailing list