summaryrefslogtreecommitdiff
path: root/packaging/security-manager.spec
diff options
context:
space:
mode:
authorMarcin Lis <m.lis@samsung.com>2014-07-08 16:17:45 +0200
committerMarcin Lis <m.lis@samsung.com>2014-07-09 17:54:25 +0200
commitf279ce7a3a112f4d01ea99e1772ec01692779272 (patch)
treed434e4d47c483b79922221e3d0fb7a034e2c8804 /packaging/security-manager.spec
parentdf29c8c8c059fa785cdda80b0657063fd06aaca0 (diff)
downloadsecurity-manager-f279ce7a3a112f4d01ea99e1772ec01692779272.tar.gz
security-manager-f279ce7a3a112f4d01ea99e1772ec01692779272.tar.bz2
security-manager-f279ce7a3a112f4d01ea99e1772ec01692779272.zip
Logging: Change the default log provider to systemd journal.
This change replaces the default logging mechanism in the whole security manager. The dlog provider is not used anymore and it is also excluded from being build along with the project. Its sources should stay untouched by now. To verify, first please install this together with the latest security-tests package. When installed, run tests: # security-manager-tests --output=text And after that please check for the presence of traces in journal: # journalctl --unit=security-manager.service Please also check for the presence of security-manager-client traces: # journalctl /usr/bin/security-manager-tests Change-Id: I4af35d29a6a61d3a5a0bc4c3508bb872206a2f23 Signed-off-by: Marcin Lis <m.lis@samsung.com>
Diffstat (limited to 'packaging/security-manager.spec')
-rw-r--r--packaging/security-manager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec
index 9ba78900..e9ebbd27 100644
--- a/packaging/security-manager.spec
+++ b/packaging/security-manager.spec
@@ -10,7 +10,7 @@ Source3: libsecurity-manager-client.manifest
Requires(post): smack
BuildRequires: cmake
BuildRequires: zip
-BuildRequires: pkgconfig(dlog)
+# BuildRequires: pkgconfig(dlog)
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: pkgconfig(libsmack)