From e55416067d6f0025d59416bbd14f4eb4cb029173 Mon Sep 17 00:00:00 2001 From: Thomas Stibor Date: Fri, 24 Jun 2022 14:08:50 -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-on: https://review.whamcloud.com/47777 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- debian/control.modules.in | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control.modules.in b/debian/control.modules.in index b2d5411..8389dd8 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