From: E. Scott Daniels Date: Thu, 19 Mar 2020 03:50:57 +0000 (-0400) Subject: Fix problem with RPM install X-Git-Tag: 3.6.1^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0949fab82cf3a6b6ff52ed3936984fb0fa486430;hp=0949fab82cf3a6b6ff52ed3936984fb0fa486430;p=ric-plt%2Flib%2Frmr.git Fix problem with RPM install The additon of the health check supplemental application was causing the RPM install to fail because of a misconception that a library in the package wasn't already installed. This change attempts to address this by hard linking the RMR library (.a) into the supplemental applicaiton such that RPM won't assume a depenendency. Signed-off-by: E. Scott Daniels Change-Id: If9b70bed14a7994c517dc514c7963488301c8206 ---