From dbce727a3633ce03d24c28defce9a0ed6d1ef106 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Thu, 17 Oct 2019 07:11:09 -0700 Subject: [PATCH] LU-12870 build: sanity-hsm test depends on libtool Adding Ubuntu libtool-bin requirement Test-Parameters: trivial clientdistro=ubuntu1804 testlist=sanity-hsm Change-Id: I04cfffc880259e4cf1c2cba142eddd47a95a736e Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/36471 Reviewed-by: James Simmons Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Oleg Drokin --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e4d7a85..f58ebc2 100644 --- a/debian/control +++ b/debian/control @@ -84,7 +84,7 @@ Package: lustre-tests Section: utils Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional -Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, mpi-default-bin +Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, libtool-bin, mpi-default-bin Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Whamcloud and available from diff --git a/debian/control.main b/debian/control.main index e4d7a85..f58ebc2 100644 --- a/debian/control.main +++ b/debian/control.main @@ -84,7 +84,7 @@ Package: lustre-tests Section: utils Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional -Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, mpi-default-bin +Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, libtool-bin, mpi-default-bin Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Whamcloud and available from -- 1.8.3.1