Hello community,

here is the log from the commit of package vagrant-sshfs for openSUSE:Factory 
checked in at 2019-10-11 15:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant-sshfs (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant-sshfs"

Fri Oct 11 15:22:37 2019 rev:3 rq:737442 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant-sshfs/vagrant-sshfs.changes      
2019-10-02 12:00:12.226830538 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.2352/vagrant-sshfs.changes    
2019-10-11 15:22:38.347225790 +0200
@@ -1,0 +2,5 @@
+Wed Oct  9 10:12:50 UTC 2019 - Dan Čermák <dcer...@suse.com>
+
+- Fix vagrant box name in testsuite.sh
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ testsuite.sh ++++++
--- /var/tmp/diff_new_pack.dK40nM/_old  2019-10-11 15:22:38.811224515 +0200
+++ /var/tmp/diff_new_pack.dK40nM/_new  2019-10-11 15:22:38.811224515 +0200
@@ -20,7 +20,7 @@
 mkdir -p /tmp/reverse_mount_etc
 
 mkdir other_machine && pushd other_machine
-vagrant init opensuse/openSUSE-Tumbleweed-Vagrant.x86_64
+vagrant init "opensuse/Tumbleweed.$(uname -m)"
 vagrant up
 export THIRD_PARTY_HOST=$(vagrant ssh-config|grep HostName|awk '{print $2}')
 export OTHER_MACHINE_ID=$(vagrant ssh -- cat /etc/machine-id)


Reply via email to