diff options
author | Yunmi Ha <yunmi.ha@samsung.com> | 2017-07-18 15:39:18 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-07-18 15:43:36 +0900 |
commit | d3087974dd3bb02f09636e6a008173ef5ecf9990 (patch) | |
tree | 94980e71d33b9001866c5c6695ffef66bdcc464f | |
parent | 6d355d1e6eec4313abb5782e3522ce665138dcab (diff) | |
download | system-plugin-d3087974dd3bb02f09636e6a008173ef5ecf9990.tar.gz system-plugin-d3087974dd3bb02f09636e6a008173ef5ecf9990.tar.bz2 system-plugin-d3087974dd3bb02f09636e6a008173ef5ecf9990.zip |
Remove "e4crypt" binary for IoT
This binary is not used on IoT profile.
Change-Id: Iaa2c8de961073843e00beb95efda6deb7298fb4a
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 0712fbb..9679442 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -271,11 +271,14 @@ rm %{_sysconfdir}/fstab mv %{_sysconfdir}/fstab_2part %{_sysconfdir}/fstab %posttrans iot +# platform/upstream/dbus 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 +# platform/upstream/e2fsprogs +rm -f %{_sbindir}/e4crypt %files n4 %manifest %{name}.manifest |