Backout commit 46ff72c744b643df25898d10400f778f24897a74 86/169686/1
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 8 Feb 2018 08:14:16 +0000 (17:14 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 8 Feb 2018 08:14:16 +0000 (17:14 +0900)
Change-Id: I113ce488b6f9d156b1ed8160501760ce36594e13
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
files/99-wifi-mesh.rules [deleted file]
packaging/wifi-mesh-manager.spec

diff --git a/files/99-wifi-mesh.rules b/files/99-wifi-mesh.rules
deleted file mode 100644 (file)
index bbf752c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-KERNEL=="wlan*", SUBSYSTEM=="net", RUN+="/bin/sh -c '/bin/chown network_fw:network_fw /sys/class/net/br*/bridge/forward_delay'" 
index 06afe28..305c1bf 100644 (file)
@@ -58,9 +58,6 @@ rm -rf %{buildroot}
 
 %make_install
 
-mkdir -p %{buildroot}/%{_prefix}/lib/udev/rules.d
-cp files/99-wifi-mesh.rules %{buildroot}/%{_prefix}/lib/udev/rules.d/99-wifi-mesh.rules
-
 %if %{CHECK_WMESH_PRIVILEGE} == "True"
 mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d
 cp wmeshd.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/wmeshd.conf
@@ -77,11 +74,10 @@ chmod 755 %{_sbindir}/wmesh.sh
 %manifest wmeshd.manifest
 %license LICENSE
 %defattr(-,root,root,-)
-%{_prefix}/lib/udev/rules.d/99-wifi-mesh.rules
 %attr(750,network_fw,network_fw) %{_bindir}/wmeshd
 %if %{CHECK_WMESH_PRIVILEGE} == "True"
 %config %{_sysconfdir}/dbus-1/system.d/wmeshd.conf
 %endif
-%attr(644,network_fw,network_fw) %{_datadir}/dbus-1/system-services/*
+%attr(644,root,root) %{_datadir}/dbus-1/system-services/*
 %attr(644,root,root) %{_unitdir}/wmeshd.service
 %attr(750,root,root) %{_sbindir}/wmesh.sh