sshfs: Added a dependent package (openssh) 71/227371/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201030.103733 accepted/tizen/6.0/unified/hotfix/20201103.045514 accepted/tizen/6.5/unified/20211029.014853 accepted/tizen/7.0/unified/20221110.063126 accepted/tizen/7.0/unified/hotfix/20221116.111434 accepted/tizen/8.0/unified/20231005.095542 accepted/tizen/unified/20200316.221114 submit/tizen/20200312.235517 submit/tizen_6.0/20201029.205504 submit/tizen_6.0_hotfix/20201102.192904 submit/tizen_6.0_hotfix/20201103.115104 submit/tizen_6.5/20211028.163901 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorGeunsik Lim <geunsik.lim@samsung.com>
Wed, 11 Mar 2020 11:35:06 +0000 (20:35 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Wed, 11 Mar 2020 11:35:06 +0000 (20:35 +0900)
Ths sshfs requires openssh package to connect SSH servers of Host PC
on the target board. If the openssh package is not installed, the
sshfs command meets a "read: Connection reset by peer" error message.

* How to reproduce
target# cd ~ ; mkdir etc-share
target# sshfs {user_id}@{ubuntu_host_ip}:/etc  ./etc-share

Change-Id: I8ee89a0ba9b47ed704ff5fce2d3eda1ce0366ec7
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
packaging/sshfs.spec

index 8192369..fd60288 100644 (file)
@@ -12,6 +12,8 @@ Source1001:           sshfs.manifest
 BuildRequires: pkgconfig(fuse)
 BuildRequires: pkgconfig(glib-2.0)
 
+Requires:              openssh
+
 %description
 SSHFS (Secure SHell FileSystem) allows you to mount a remote filesystem
 using SFTP. Now that most SSH servers support and enable this SFTP access