From 6f2310f246b9023d40c5dbd4816841c4ec5ade96 Mon Sep 17 00:00:00 2001 From: Shaun Tancheff Date: Wed, 7 Feb 2024 16:53:13 +0700 Subject: [PATCH] LU-17509 dkms: SUSE15 depends on unavailable libmount SUSE renamed libmount in to libmount1 however the requiement is statisifed by libmount-devel which in turn requires the appropriate libmount package. Drop the explicit libmount requirement from lustre-dkms.spec Test-Parameters: trivial HPE-bug-id: LUS-12141 Signed-off-by: Shaun Tancheff Change-Id: Ifdee172483b73f9f66eb97883851febf94134309 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53945 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin Reviewed-by: Petros Koutoupis Reviewed-by: Jian Yu Reviewed-by: Neil Brown --- lustre-dkms.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre-dkms.spec.in b/lustre-dkms.spec.in index 878b472..9c3a1bc 100644 --- a/lustre-dkms.spec.in +++ b/lustre-dkms.spec.in @@ -70,7 +70,7 @@ BuildArch: noarch # (ie, "BUILD_DEPENDS[#]="), and have latest DKMS fixes integrated # for bugs that prevented our module to build/install. Requires: dkms >= 2.2.0.3-28.git.7c3e7c5 -Requires: flex bison libmount-devel libmount +Requires: flex bison libmount-devel # for lnetctl Requires: libyaml-devel Requires: zlib-devel -- 1.8.3.1