Whamcloud - gitweb
LU-17509 dkms: SUSE15 depends on unavailable libmount 45/53945/6
authorShaun Tancheff <shaun.tancheff@hpe.com>
Wed, 7 Feb 2024 09:53:13 +0000 (16:53 +0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 5 Jun 2024 04:48:32 +0000 (04:48 +0000)
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 <shaun.tancheff@hpe.com>
Change-Id: Ifdee172483b73f9f66eb97883851febf94134309
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53945
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
lustre-dkms.spec.in

index 878b472..9c3a1bc 100644 (file)
@@ -70,7 +70,7 @@ BuildArch:      noarch
 # (ie, "BUILD_DEPENDS[#]=<pkg>"), 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