Revert "sdb: change group and owner of sdb device node" 49/72249/1
authorSangjin Kim <sangjin3.kim@samsung.com>
Tue, 31 May 2016 08:40:09 +0000 (01:40 -0700)
committerSangjin Kim <sangjin3.kim@samsung.com>
Tue, 31 May 2016 08:40:09 +0000 (01:40 -0700)
This reverts commit 935e0b600c01ef6c81e22053453fe32e2c53995c.

Change-Id: I4d6b1fcf839d8b4e222a1c50f2267bb03b7f8e23

packaging/sdbd.spec
rules/99-sdbd.rules [deleted file]

index 22f6be6855d0661cfd3b5a7fbbce48996b283bd8..6a3da0b7fae7210b19b7935bbca1e8acb62d83dc 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       sdbd
 Summary:    SDB daemon
-Version:    3.0.13
+Version:    3.0.12
 Release:    0
 License:    Apache-2.0
 Summary:    SDB daemon
@@ -74,11 +74,6 @@ install -m 755 script/sdk_launch %{buildroot}%{_prefix}/sbin/
 mkdir -p %{buildroot}%{TZ_SYS_BIN}
 install -m 755 script/profile_command %{buildroot}%{TZ_SYS_BIN}/
 
-%ifnarch %{ix86}
-mkdir -p %{buildroot}%{_prefix}/lib/udev/rules.d/
-install -m 644 rules/99-sdbd.rules %{buildroot}%{_prefix}/lib/udev/rules.d/
-%endif
-
 %post
 . %{_sysconfdir}/tizen-platform.conf
 if ! getent passwd "${TZ_SDK_USER_NAME}" > /dev/null; then
@@ -103,7 +98,6 @@ fi
 %else
 %{_unitdir}/sdbd_tcp.service
 %{_libdir}/systemd/system/multi-user.target.wants/sdbd.service
-%{_prefix}/lib/udev/rules.d/99-sdbd.rules
 %endif
 /usr/share/license/%{name}
 %{TZ_SYS_BIN}/profile_command
diff --git a/rules/99-sdbd.rules b/rules/99-sdbd.rules
deleted file mode 100644 (file)
index c441d87..0000000
+++ /dev/null
@@ -1 +0,0 @@
-KERNEL=="samsung_sdb", OWNER="sdk", GROUP="sdk", SECLABEL{smack}="*"