Hello community, here is the log from the commit of package vagrant-sshfs for openSUSE:Factory checked in at 2020-09-04 11:11:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vagrant-sshfs (Old) and /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vagrant-sshfs" Fri Sep 4 11:11:02 2020 rev:11 rq:831637 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/vagrant-sshfs/vagrant-sshfs.changes 2020-06-29 21:19:17.697956585 +0200 +++ /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.3399/vagrant-sshfs.changes 2020-09-04 11:11:30.983012773 +0200 @@ -1,0 +2,6 @@ +Thu Sep 3 08:24:21 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Add vagrant-sshfs-libexecdir.patch: Use /usr/libexec/ssh to find + sftp-server (boo#1176002). + +------------------------------------------------------------------- New: ---- vagrant-sshfs-libexecdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vagrant-sshfs.spec ++++++ --- /var/tmp/diff_new_pack.hQn4fR/_old 2020-09-04 11:11:31.647013106 +0200 +++ /var/tmp/diff_new_pack.hQn4fR/_new 2020-09-04 11:11:31.651013109 +0200 @@ -45,6 +45,8 @@ Source3: testsuite.sh # FIX-OPENSUSE use the Tumbleweed.$(uname -m) vagrant box instead of fedora/*-cloud-base Patch0: 0001-Use-opensuse-Tumbleweed.-uname-m-box-instead-of-Fedo.patch +# PATCH-FIX-OPENSUSE vagrant-sshfs-libexecdir.patch -- Use /usr/libexecdir/ssh to find sftp-server +Patch1: vagrant-sshfs-libexecdir.patch BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 BuildRequires: vagrant >= 1.9.1 ++++++ vagrant-sshfs-libexecdir.patch ++++++ Index: vagrant-sshfs-1.3.5/lib/vagrant-sshfs/synced_folder.rb =================================================================== --- vagrant-sshfs-1.3.5.orig/lib/vagrant-sshfs/synced_folder.rb +++ vagrant-sshfs-1.3.5/lib/vagrant-sshfs/synced_folder.rb @@ -110,6 +110,7 @@ module VagrantPlugins ENV['PATH'] += ';C:\cygwin64\usr\sbin' end else + ENV['PATH'] += ':/usr/libexec/ssh' # Linux (openSUSE/SUSE Family) ENV['PATH'] += ':/usr/libexec/openssh' # Linux (Red Hat Family) ENV['PATH'] += ':/usr/lib/openssh' # Linux (Debian Family) ENV['PATH'] += ':/usr/lib/ssh' # Linux (Arch Linux Family)
