From ddbfc253af323f41c9fd2301d4a0167b23252ad6 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 Lustre-change: https://review.whamcloud.com/36471 Lustre-commit: dbce727a3633ce03d24c28defce9a0ed6d1ef106) Test-Parameters: trivial clientdistro=ubuntu1804 testlist=sanity-hsm Change-Id: I04cfffc880259e4cf1c2cba142eddd47a95a736e Signed-off-by: Minh Diep Reviewed-by: James Simmons Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/38822 Tested-by: Maloo Reviewed-by: James Nunez --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f85f710..ce40bfe 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 f85f710..ce40bfe 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