summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanghyeok.oh <sanghyeok.oh@samsung.com>2017-06-27 15:57:35 +0900
committersanghyeok.oh <sanghyeok.oh@samsung.com>2017-07-06 14:27:04 +0900
commit6d355d1e6eec4313abb5782e3522ce665138dcab (patch)
tree807975ee43d99fb348edd6b176a19c4c759e2e55
parent98e1b8831840f3bd3094a40987ecb999f2168d3e (diff)
downloadsystem-plugin-6d355d1e6eec4313abb5782e3522ce665138dcab.tar.gz
system-plugin-6d355d1e6eec4313abb5782e3522ce665138dcab.tar.bz2
system-plugin-6d355d1e6eec4313abb5782e3522ce665138dcab.zip
remove unused binary for IoT
Change-Id: Idc59e0b463bfabeaa3a20438644e3b32bf9d089d Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r--packaging/system-plugin.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec
index e44211c..0712fbb 100644
--- a/packaging/system-plugin.spec
+++ b/packaging/system-plugin.spec
@@ -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