Hello community,

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

Package is "vagrant-sshfs"

Wed Oct  2 12:00:08 2019 rev:2 rq:734337 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant-sshfs/vagrant-sshfs.changes      
2019-09-25 08:23:04.670427775 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.2352/vagrant-sshfs.changes    
2019-10-02 12:00:12.226830538 +0200
@@ -1,0 +2,7 @@
+Fri Sep 27 20:34:04 UTC 2019 - Dan Čermák <dcer...@suse.com>
+
+- Fix in testsuite.sh:
+  Ignore the return value of vagrant destroy -f in the cleanup function, so 
that
+  all cleanup tasks run even if vagrant destroy fails
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vagrant-sshfs.spec ++++++
--- /var/tmp/diff_new_pack.JUXVlx/_old  2019-10-02 12:00:12.962828652 +0200
+++ /var/tmp/diff_new_pack.JUXVlx/_new  2019-10-02 12:00:12.962828652 +0200
@@ -11,15 +11,19 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
 %global vagrant_plugin_name vagrant-sshfs
 
 %global rb_build_versions %rb_default_ruby
 %global rb_build_abi %rb_default_build_abi
 
-Name:           %{vagrant_plugin_name}
+# don't substitute the name for %%vagrant_plugin_name, obs-service-format_spec
+# otherwise messes up the spec's header
+Name:           vagrant-sshfs
 Version:        1.3.1
 Release:        0
 %define mod_name %{vagrant_plugin_name}
@@ -40,7 +44,7 @@
 BuildRequires:  %{rubygem ffi:1.11 }
 
 Summary:        SSHFS synced folder implementation for Vagrant
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Development/Languages/Ruby
 URL:            https://github.com/dustymabe/%{name}
 Source0:        %{URL}/releases/download/v%{version}/%{mod_full_name}.gem
@@ -75,8 +79,8 @@
 Group:          Development/Languages/Ruby
 BuildArch:      noarch
 
-Requires:       vagrant-sshfs = %{version}-%{release}
 Requires:       vagrant-libvirt
+Requires:       vagrant-sshfs = %{version}-%{release}
 
 %description    -n %{name}-testsuite
 This package contains the testsuite for the SSHFS provider for Vagrant. You 
most

++++++ testsuite.sh ++++++
--- /var/tmp/diff_new_pack.JUXVlx/_old  2019-10-02 12:00:12.990828580 +0200
+++ /var/tmp/diff_new_pack.JUXVlx/_new  2019-10-02 12:00:12.994828570 +0200
@@ -4,12 +4,12 @@
 
 function cleanup {
     pushd "${OTHER_MACHINE_DIR}"
-    vagrant destroy -f
+    vagrant destroy -f || true
     popd
 
     fusermount -uz /tmp/reverse_mount_etc || true
 
-    vagrant destroy -f
+    vagrant destroy -f || true
 
     rmdir /tmp/reverse_mount_etc
     rm -rf .vagrant "${OTHER_MACHINE_DIR}"


Reply via email to