Add libclient requirement to devel package 25/88125/1 sandbox/vbarinov/ubsan accepted/tizen/3.0/common/20161114.110450 accepted/tizen/3.0/ivi/20161011.043713 accepted/tizen/3.0/mobile/20161015.032535 accepted/tizen/3.0/tv/20161016.003747 accepted/tizen/3.0/wearable/20161015.081734 accepted/tizen/common/20160926.154055 accepted/tizen/ivi/20160927.020857 accepted/tizen/mobile/20160927.020839 accepted/tizen/tv/20160927.020645 accepted/tizen/wearable/20160927.020822 submit/tizen/20160926.005548 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
authorSlava Barinov <v.barinov@samsung.com>
Tue, 13 Sep 2016 12:20:00 +0000 (15:20 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Tue, 13 Sep 2016 12:20:00 +0000 (15:20 +0300)
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 <v.barinov@samsung.com>
packaging/csr-framework.spec

index 284f818..5517d79 100644 (file)
@@ -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.