diff options
author | Slava Barinov <v.barinov@samsung.com> | 2016-09-13 15:20:00 +0300 |
---|---|---|
committer | Slava Barinov <v.barinov@samsung.com> | 2016-09-13 15:20:00 +0300 |
commit | 9d0548bb3129d140b1e7eb9b931614efefb7e9ba (patch) | |
tree | b2abf0a8212182a5c85f6fefdfa6ec19ec7e85ae | |
parent | b3db23b4212b0d025f44205b22c7d5e8cfbb06b2 (diff) | |
download | csr-framework-sandbox/vbarinov/ubsan.tar.gz csr-framework-sandbox/vbarinov/ubsan.tar.bz2 csr-framework-sandbox/vbarinov/ubsan.zip |
Add libclient requirement to devel packagesubmit/tizen_3.0_wearable/20161015.000001submit/tizen_3.0_tv/20161015.000001submit/tizen_3.0_mobile/20161015.000001submit/tizen_3.0_ivi/20161010.000001submit/tizen_3.0_common/20161104.104000submit/tizen/20160926.005548accepted/tizen/wearable/20160927.020822accepted/tizen/tv/20160927.020645accepted/tizen/mobile/20160927.020839accepted/tizen/ivi/20160927.020857accepted/tizen/common/20160926.154055accepted/tizen/3.0/wearable/20161015.081734accepted/tizen/3.0/tv/20161016.003747accepted/tizen/3.0/mobile/20161015.032535accepted/tizen/3.0/ivi/20161011.043713accepted/tizen/3.0/common/20161114.110450sandbox/vbarinov/ubsan
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>
-rw-r--r-- | packaging/csr-framework.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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. |