From 55f211c800ffaabf6aba1313435ff039a01eee37 Mon Sep 17 00:00:00 2001 From: Shaun Tancheff Date: Tue, 1 Feb 2022 10:14:43 -0600 Subject: [PATCH] LU-13906 build: Enable using ldiskfsprogs without wc tag HPE ldiskfsprogs internal versioning is tagged with 'cr', Whamcloud ldiskfsprogs internal version is tagged with 'wc'. Instead depend on an ldiskfsprogs > 1.45.6 Test-Parameters: trivial HPE-bug-id: LUS-10712 Signed-off-by: Shaun Tancheff Change-Id: Ic1c6037aaf4d9877ee9a3cf54c9285dd36abf64d Reviewed-on: https://review.whamcloud.com/46340 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Petros Koutoupis Reviewed-by: Oleg Drokin --- lustre.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre.spec.in b/lustre.spec.in index 24d861b..65aa4fb 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -276,7 +276,7 @@ echo $TMPFILE %package osd-ldiskfs-mount Summary: osd-ldiskfs-mount contains mount's ldiskfs specific dso. BuildRequires: e2fsprogs-devel >= 1.44.3 -Requires: ldiskfsprogs >= 1.45.6.wc1 +Requires: ldiskfsprogs > 1.45.6 Provides: lustre-osd-mount = %{version} Provides: %{name}-osd-mount = %{version} Obsoletes: %{name}-osd-mount < %{version} -- 1.8.3.1