From daa4bedf6781d6ea7259845f5fc3721fc7797a0b Mon Sep 17 00:00:00 2001
From: James Simmons <uja.ornl@yahoo.com>
Date: Mon, 6 Aug 2018 15:19:07 -0400
Subject: [PATCH] LU-11176 build: properly package the shared libraries for
 debian/Ubuntu

The patch for LU-10569 when merged to the lustre LTS branch lost some
parts that needed to included for lustre to be properly supported.
This patch makes lustre properly package the shared libraries.

Test-Parameters: trivial

Change-Id: I63b77e2ef6816e36b1c340dec88db73bc15669df
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32943
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Nathaniel Clark <nclark@whamcloud.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
---
 debian/lustre-utils.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/lustre-utils.install b/debian/lustre-utils.install
index b232596416..cb33004e07 100644
--- a/debian/lustre-utils.install
+++ b/debian/lustre-utils.install
@@ -1,5 +1,6 @@
 debian/tmp/sbin/*			sbin
 debian/tmp/usr/sbin/*			usr/sbin
 debian/tmp/usr/bin/*			usr/bin
+debian/tmp/usr/lib/*.so.*		usr/lib
 debian/tmp/lib/systemd/system/*		lib/systemd/system
 debian/tmp/etc/*			etc
-- 
GitLab