From 9d0548bb3129d140b1e7eb9b931614efefb7e9ba Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Tue, 13 Sep 2016 15:20:00 +0300 Subject: [PATCH] Add libclient requirement to devel package Without explicit dependency the case is possible when the -devel package is installed without client package and provides a broken symlink to /usr/lib/libcsr-client.so.0 Change-Id: I735e15c4424854a319534aad03014e936525ddc0 Signed-off-by: Slava Barinov --- packaging/csr-framework.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/csr-framework.spec b/packaging/csr-framework.spec index 284f818..5517d79 100644 --- a/packaging/csr-framework.spec +++ b/packaging/csr-framework.spec @@ -114,6 +114,7 @@ LICENSE: Apache-2.0 Group: Security/Development BuildRequires: pkgconfig(capi-base-common) Requires: %{name} = %{version}-%{release} +Requires: lib%{name}-client %description devel csr-framework development files including headers and pkgconfig file. -- 2.7.4