From 9c3418d34f2cff3c1276fa6a0f9383673128d370 Mon Sep 17 00:00:00 2001 From: Semun Lee Date: Wed, 18 Jan 2017 16:59:50 +0900 Subject: [PATCH] Provides libcapi-message-port.so.1 explicitly Some rpm packages which have been built with previous version might require libcapi-message-port.so.1, so, we need to provide it explicitly Change-Id: I56fee06aef2d16961769be4872701d6bb7e2d1f5 Signed-off-by: Semun Lee --- packaging/message-port.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/message-port.spec b/packaging/message-port.spec index 2073453..3420c03 100644 --- a/packaging/message-port.spec +++ b/packaging/message-port.spec @@ -20,6 +20,7 @@ Requires(post): coreutils Requires(postun): /sbin/ldconfig Provides: capi-message-port +Provides: libcapi-message-port.so.1 %description Message Port library package. -- 2.7.4