From be44b3043a31bc22d26d0e5f76e07a73349b4380 Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Thu, 10 May 2018 17:34:04 +0900 Subject: [PATCH] Exclude /usr/bin/net-config.wearable from net-config rpm Change-Id: I63aee1d6376e06460c1cd9ef16fb647898356d3d Signed-off-by: Cheoleun Moon --- packaging/net-config.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 0f046bf..cb63c69 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -194,6 +194,7 @@ ln -sf %{_unitdir}/net-config.service %{_sysconfdir}/systemd/default-extra-depen %files %manifest net-config.manifest %attr(500,network_fw,network_fw) %{_bindir}/* +%exclude %{_bindir}/net-config.wearable %attr(644,network_fw,network_fw) %{_sysconfdir}/resolv.conf %attr(644,network_fw,network_fw) %{TZ_SYS_ETC}/resolv.conf %attr(644,root,root) %{_datadir}/dbus-1/system-services/* @@ -233,7 +234,7 @@ pushd %{_bindir} mv net-config.wearable net-config %files profile_wearable -%attr(644,root,root) %{_bindir}/net-config.wearable +%attr(500,network_fw,network_fw) %{_bindir}/net-config.wearable %attr(644,network_fw,network_fw) /usr/system/RestoreDir/softreset/network_softreset.sh #### plugin #### -- 2.7.4