remove unused binary for IoT 72/135872/4
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Tue, 27 Jun 2017 06:57:35 +0000 (15:57 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Thu, 6 Jul 2017 05:27:04 +0000 (14:27 +0900)
Change-Id: Idc59e0b463bfabeaa3a20438644e3b32bf9d089d
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
packaging/system-plugin.spec

index e44211c..0712fbb 100644 (file)
@@ -41,6 +41,7 @@ This package provides RPi3 specific system configuration files.
 %package iot
 Summary:  IoT specific system configuration files
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig(dbus-1)
 BuildArch: noarch
 
 %description iot
@@ -269,6 +270,13 @@ systemctl daemon-reload
 rm %{_sysconfdir}/fstab
 mv %{_sysconfdir}/fstab_2part %{_sysconfdir}/fstab
 
+%posttrans iot
+rm -f %{_bindir}/dbus-cleanup-sockets
+rm -f %{_bindir}/dbus-run-session
+rm -f %{_bindir}/dbus-test-tool
+rm -f %{_bindir}/dbus-update-activation-environment
+rm -f %{_bindir}/dbus-uuidgen
+
 %files n4
 %manifest %{name}.manifest
 %license LICENSE.Apache-2.0