From ee3eeb74b2ae68940a3879e8263b903fe910ccc9 Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Tue, 14 Jun 2016 10:54:16 +0900 Subject: [PATCH] Change the label to System from logging Change-Id: I463803bb92ad4eb90208d9d454178131e62b06b3 Signed-off-by: hyunuktak --- packaging/net-config.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 9fbb192..c3b8b6b 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.72 +Version: 1.1.73 Release: 2 Group: System/Network License: Apache-2.0 @@ -128,7 +128,7 @@ cp LICENSE %{buildroot}%{_datadir}/license/net-config #Network logs mkdir -p /opt/usr/data/network chmod 755 /opt/usr/data/network -chsmack -a net-config::logging /opt/usr/data/network +chsmack -a 'System' /opt/usr/data/network #Add net-config.service to systemd extra default dependency ignore list mkdir -p %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/ -- 2.7.4