From 631ede4fb052ed56fae02a0a78117d63076426a6 Mon Sep 17 00:00:00 2001 From: Thomas Stibor Date: Thu, 23 Jun 2022 21:24:08 -0700 Subject: [PATCH] LU-15758 build: Client module DEB can't be installed on Debian Building DEB package lustre-client-modules-*.deb depends since commit 32c4b80192652f55bcef5786e4ec683e85234c04 on package linux-generic. This package is however available on Ubuntu distributions, but not e.g. on Debian distribution. As a consequence the built package lustre-client-modules-*.deb cannot be installed on Debian due to non-existing package dependency. Lustre-change: https://review.whamcloud.com/47087 Lustre-commit: d409f74274754c87cd14a7f0a19f8d46f6496eb1 Test-Parameters: trivial clientdistro=ubuntu2004 Signed-off-by: Thomas Stibor Change-Id: Ia541aaede7d779c4dd2f81f896a6be8a797780b3 Reviewed-by: James Simmons Reviewed-by: Shaun Tancheff Reviewed-by: Alex Zhuravlev Reviewed-on: https://review.whamcloud.com/47736 Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- debian/control.modules.in | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control.modules.in b/debian/control.modules.in index 9fcd4ad..972fdd1 100644 --- a/debian/control.modules.in +++ b/debian/control.modules.in @@ -10,7 +10,6 @@ Package: lustre-client-modules-_KVERS_ Architecture: any Recommends: linux-image, lustre-client-utils Provides: lustre-client-modules -Depends: linux-generic Description: Lustre Linux kernel module (kernel _KVERS_) This package contains the lustre loadable kernel modules for the patchless client for the Lustre cluster filesystem. -- 1.8.3.1