projects
/
platform
/
core
/
security
/
security-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933e99d
)
Remove dependency to Nether
91/136291/1
author
jin-gyu.kim
<jin-gyu.kim@samsung.com>
Thu, 29 Jun 2017 04:47:44 +0000
(13:47 +0900)
committer
jin-gyu.kim
<jin-gyu.kim@samsung.com>
Thu, 29 Jun 2017 04:47:49 +0000
(13:47 +0900)
Security-manager has the dependency to Nether to install it.
Nether can be installed independently. [TRE-1330]
Therefore, remove the dependency.
Change-Id: Ibb3b2f18aad6be934737238f9412189e59d23f01
packaging/security-manager.spec
patch
|
blob
|
history
diff --git
a/packaging/security-manager.spec
b/packaging/security-manager.spec
index
69edaf0
..
adaa57e
100644
(file)
--- a/
packaging/security-manager.spec
+++ b/
packaging/security-manager.spec
@@
-10,7
+10,7
@@
Source3: libsecurity-manager-client.manifest
Source4: libnss-security-manager.manifest
Source5: security-manager-tests.manifest
Requires: security-manager-policy
-Requires: nether
+
#
Requires: nether
%if "%{build_type}" == "VALGRIND"
Requires: valgrind
%endif