diff options
author | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2017-06-27 15:57:35 +0900 |
---|---|---|
committer | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2017-07-06 14:27:04 +0900 |
commit | 6d355d1e6eec4313abb5782e3522ce665138dcab (patch) | |
tree | 807975ee43d99fb348edd6b176a19c4c759e2e55 | |
parent | 98e1b8831840f3bd3094a40987ecb999f2168d3e (diff) | |
download | system-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.spec | 8 |
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 |