Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2021-08-12 09:00:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant"

Thu Aug 12 09:00:52 2021 rev:36 rq:911060 version:2.2.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2021-07-12 
21:39:57.532240233 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant.new.1899/vagrant.changes        
2021-08-12 09:00:56.050221069 +0200
@@ -1,0 +2,63 @@
+Tue Aug  3 08:58:34 UTC 2021 - Dan ??erm??k <[email protected]>
+
+- Switch to Ruby 3.0 on Tumbleweed
+- New upstream release 2.2.18
+
+  Rebase patches:
+  * 0001-bin-vagrant-silence-warning-about-installer.patch
+  * 0002-Use-a-private-temporary-dir.patch
+  * 0003-plugins-don-t-abuse-require_relative.patch.patch
+  * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
+  * 0005-do-not-depend-on-wdm.patch
+  * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
+  * 0007-Don-t-abuse-relative-paths-in-plugins.patch
+  * 0008-Skip-failing-tests.patch
+  * 0009-Disable-Subprocess-unit-test.patch
+
+  Removed patch:
+  * 0010-Bump-listen-version-to-3.5.patch
+  * 0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
+  * 0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
+  * 0013-Include-rexml-dependency.patch
+  * 0014-Bump-constraints-on-childprocess-and-net-scp.patch
+  * 0015-Remove-no-longer-required-gem-webmock.patch
+
+  Added patch:
+  * 0010-Bump-listen-version-to-3.6.patch
+
+## 2.2.18 (July 27, 2021)
+
+BUG FIXES:
+
+- core: Fix of plugin manager kwargs [GH-12452]
+- providers/docker: Pass in docker command opts as a map [GH-12449]
+- providers/hyperv: Fix network address detection [GH-12472]
+
+## 2.2.17 (July 7, 2021)
+
+FEATURES:
+
+- guest/rocky: Add guest support for Rocky Linux [GH-12440]
+
+IMPROVEMENTS:
+
+- command/package: Add --info flag to package command [GH-12304]
+- guest/debian: Retry network setup on debain [GH-12421]
+- guest/suse: Use systemctl poweroff in the background instead of shutdown 
[GH-12439]
+- guest/windows: Get powershell path in %WINDIR%/System32 [GH-12436]
+- host/windows: Check Domain and Application Directory contexts for 
credentials when validating SMB creds [GH-12428]
+- providers/hyper-v: Fix IP detection when multiple devices are attached 
[GH-12232]
+- provisioner/ansible: Detects new versions of ansible-4.0.0+ [GH-12391]
+- provisioner/ansible: Strip whitespace from ansible version [GH-12420]
+- provisioner/salt: Always use upstream Salt bootstrap script on Windows 
[GH-12127]
+- provisioner/salt: Use more conservative TLS settings to work on older .NET 
versions [GH-12413]
+- provisioner/shell: Buffer output to display full lines [GH-12437]
+- vagrant: Updates to support Ruby 3.0 [GH-12427]
+
+BUG FIXES:
+
+- command/cloud: Fix authentication middleware to prevent breaking local paths 
[GH-12419]
+- communicator/ssh: Fix net-ssh patches for RSA signatures [GH-12415]
+- core: Add box directly with authed urls [GH-12278]
+
+-------------------------------------------------------------------

Old:
----
  0010-Bump-listen-version-to-3.5.patch
  0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
  0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
  0013-Include-rexml-dependency.patch
  0014-Bump-constraints-on-childprocess-and-net-scp.patch
  0015-Remove-no-longer-required-gem-webmock.patch
  vagrant-2.2.16.tar.gz

New:
----
  0010-Bump-listen-version-to-3.6.patch
  vagrant-2.2.18.tar.gz

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

Other differences:
------------------
++++++ vagrant.spec ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.094219403 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.098219397 +0200
@@ -26,7 +26,7 @@
 
 
 Name:           vagrant
-Version:        2.2.16
+Version:        2.2.18
 Release:        0
 Summary:        Tool for building and distributing virtualized development 
environments
 License:        MIT
@@ -57,31 +57,21 @@
 Patch7:         0007-Don-t-abuse-relative-paths-in-plugins.patch
 Patch8:         0008-Skip-failing-tests.patch
 Patch9:         0009-Disable-Subprocess-unit-test.patch
-# https://github.com/hashicorp/vagrant/pull/12329
-# merged -> drop on next upstream release
-Patch10:        0010-Bump-listen-version-to-3.5.patch
-# https://github.com/hashicorp/vagrant/pull/12339
-# merged -> drop on next upstream release
-Patch11:        0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
-# https://github.com/hashicorp/vagrant/pull/12439
-# merged -> drop on next upstream release
-Patch12:        0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
-# adds an explicit require of rubygem(rexml)
-# already in main, drop on next upstream release
-Patch13:        0013-Include-rexml-dependency.patch
-# bumps the versions of childprocess & net-scp
-# already in main, drop on next upstream release
-Patch14:        0014-Bump-constraints-on-childprocess-and-net-scp.patch
-# https://github.com/hashicorp/vagrant/pull/12442
-Patch15:        0015-Remove-no-longer-required-gem-webmock.patch
+Patch10:        0010-Bump-listen-version-to-3.6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 # force only one ruby version
 # CAUTION: if you change this, then you *must* also change the sed calls which
 #          fix these values in macros.vagrant
+%if 0%{?suse_version} > 1500
+%global rb_build_versions ruby30
+%global rb_build_abi ruby:3.0.0
+%global rb_ruby_suffix ruby3.0
+%else
 %global rb_build_versions %rb_default_ruby
 %global rb_build_abi %rb_default_ruby_abi
 %global rb_ruby_suffix %rb_default_ruby_suffix
+%endif
 
 # we use the rpm macros in this spec
 # need to load them *after* defining the rb_* macros
@@ -94,16 +84,18 @@
 # Build dependencies
 
#===============================================================================
 
-#  s.required_ruby_version     = "~> 2.5", "< 2.8"
-BuildRequires:  %{ruby:2 < 2.8}
+#  s.required_ruby_version     = ">= 2.5", "< 3.1"
+%if 0%{?suse_version} > 1500
+BuildRequires:  %{ruby:3 < 3.1}
+%else
 BuildRequires:  %{ruby:2 >= 2.5}
+%endif
 #
 #
 #
 BuildRequires:  %{rubygem bundler}
 #  s.add_dependency "bcrypt_pbkdf", "~> 1.1"
 BuildRequires:  %{rubygem bcrypt_pbkdf:1 >= 1.1 }
-# PATCHED
 #  s.add_dependency "childprocess", "~> 4.1.0"
 BuildRequires:  %{rubygem childprocess:4.1 }
 #  s.add_dependency "ed25519", "~> 1.2.4"
@@ -113,8 +105,8 @@
 #  s.add_dependency "i18n", "~> 1.8"
 BuildRequires:  %{rubygem i18n:1 >= 1.8 }
 # PATCHED
-#  s.add_dependency "listen", "~> 3.5"
-BuildRequires:  %{rubygem listen:3 >= 3.5 }
+#  s.add_dependency "listen", "~> 3.6"
+BuildRequires:  %{rubygem listen:3 >= 3.6 }
 #  s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
 BuildRequires:  %{rubygem hashicorp-checkpoint:0.1 >= 0.1.5 }
 #  s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
@@ -126,7 +118,6 @@
 BuildRequires:  %{rubygem net-ssh:6.1 >= 6.1.0 }
 #  s.add_dependency "net-sftp", "~> 3.0"
 BuildRequires:  %{rubygem net-sftp:3 }
-# PATCHED
 #  s.add_dependency "net-scp", "~> 3.0.0"
 BuildRequires:  %{rubygem net-scp:3.0 }
 #  s.add_dependency "rb-kqueue", "~> 0.2.0"
@@ -143,21 +134,21 @@
 BuildRequires:  %{rubygem winrm-fs:1 >= 1.3.4 }
 #  s.add_dependency "winrm-elevated", ">= 1.2.1", "< 2.0"
 BuildRequires:  %{rubygem winrm-elevated:1 >= 1.2.1 }
-#  s.add_dependency "vagrant_cloud", "~> 3.0.4"
-BuildRequires:  %{rubygem vagrant_cloud:3.0 >= 3.0.4 }
+#  s.add_dependency "vagrant_cloud", "~> 3.0.5"
+BuildRequires:  %{rubygem vagrant_cloud:3.0 >= 3.0.5 }
 
 # devel dependencies:
 #  s.add_development_dependency "rake", "~> 13.0"
 BuildRequires:  %{rubygem rake:13 }
-#  s.add_development_dependency "rspec", "~> 3.5.0"
-BuildRequires:  %{rubygem rspec:3.5 }
+#  s.add_development_dependency "rspec", "~> 3.10.0"
+BuildRequires:  %{rubygem rspec:3.10 }
 #  s.add_development_dependency "rspec-its", "~> 1.3.0"
 BuildRequires:  %{rubygem rspec-its:1.3 }
 #  s.add_development_dependency "fake_ftp", "~> 0.1.1"
 BuildRequires:  %{rubygem fake_ftp:0.1 >= 0.1.1 }
+#  s.add_development_dependency "webrick", "~> 1.7.0"
+BuildRequires:  %{rubygem webrick:1.7 }
 
-# Prevent have choice for rubygem(ruby:2.7.0:listen:3) >= 3.1
-BuildRequires:  %{rubygem listen:3.5}
 # Prevent have choice for rubygem(ruby:2.6.0:mime-types) >= 2
 BuildRequires:  %{rubygem mime-types:3 }
 # Prevent have choice for rubygem(ruby:2.6.0:builder) >= 2.1.2
@@ -192,7 +183,6 @@
 
 #  s.add_dependency "bcrypt_pbkdf", "~> 1.1"
 Requires:       %{rubygem bcrypt_pbkdf:1 >= 1.1 }
-# PATCHED
 #    s.add_dependency "childprocess", "~> 4.1.0"
 Requires:       %{rubygem childprocess:4.1}
 #   s.add_dependency "ed25519", "~> 1.2.4"
@@ -202,8 +192,8 @@
 #  s.add_dependency "i18n", "~> 1.8"
 Requires:       %{rubygem i18n:1 >= 1.8}
 # PATCHED
-#  s.add_dependency "listen", "~> 3.5"
-Requires:       %{rubygem listen:3 >= 3.5}
+#  s.add_dependency "listen", "~> 3.6"
+Requires:       %{rubygem listen:3 >= 3.6}
 #  s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
 Requires:       %{rubygem hashicorp-checkpoint:0.1 >= 0.1.5}
 #  s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
@@ -215,7 +205,6 @@
 Requires:       %{rubygem net-ssh:6.1 >= 6.1.0 }
 #  s.add_dependency "net-sftp", "~> 3.0"
 Requires:       %{rubygem net-sftp:3 }
-# PATCHED
 #  s.add_dependency "net-scp", "~> 3.0.0"
 Requires:       %{rubygem net-scp:3.0 }
 #  s.add_dependency "rb-kqueue", "~> 0.2.0"
@@ -232,8 +221,8 @@
 Requires:       %{rubygem winrm-fs:1 >= 1.3.4}
 #  s.add_dependency "winrm-elevated", ">= 1.2.1", "< 2.0"
 Requires:       %{rubygem winrm-elevated:1 >= 1.2.1}
-#  s.add_dependency "vagrant_cloud", "~> 3.0.4"
-Requires:       %{rubygem vagrant_cloud:3.0 >= 3.0.4}
+#  s.add_dependency "vagrant_cloud", "~> 3.0.5"
+Requires:       %{rubygem vagrant_cloud:3.0 >= 3.0.5}
 
 
 Requires:       bsdtar

++++++ 0001-bin-vagrant-silence-warning-about-installer.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.114219371 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.114219371 +0200
@@ -1,7 +1,7 @@
-From 6c2fcc93f7016ca2d816467327a33eb347cc1498 Mon Sep 17 00:00:00 2001
+From 0ccff6b537b98ea368eaebb21f3ac739256e1eac Mon Sep 17 00:00:00 2001
 From: Antonio Terceiro <[email protected]>
 Date: Sat, 11 Oct 2014 16:54:58 -0300
-Subject: [PATCH 01/15] bin/vagrant: silence warning about installer
+Subject: [PATCH 01/10] bin/vagrant: silence warning about installer
 
 Signed-off-by: Johannes Kastl <[email protected]>
 ---
@@ -9,7 +9,7 @@
  1 file changed, 16 deletions(-)
 
 diff --git a/bin/vagrant b/bin/vagrant
-index c019f30ff..6d2d21523 100755
+index b539d3479..77c83d7c0 100755
 --- a/bin/vagrant
 +++ b/bin/vagrant
 @@ -193,22 +193,6 @@ begin

++++++ 0002-Use-a-private-temporary-dir.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.122219359 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.122219359 +0200
@@ -1,7 +1,7 @@
-From 14c959018fc2e7d9fe6d5d396971a115efbdc71e Mon Sep 17 00:00:00 2001
+From 61b69d39695fe17aad4ac750e7b15fde4d52d24a Mon Sep 17 00:00:00 2001
 From: Antonio Terceiro <[email protected]>
 Date: Wed, 22 Oct 2014 09:40:14 -0200
-Subject: [PATCH 02/15] Use a private temporary dir
+Subject: [PATCH 02/10] Use a private temporary dir
 
 Without this vagrant will clutter $TMPDIR with dozens of even hundreds
 of temporary files (~4 per vagrant invocation).
@@ -36,12 +36,12 @@
  
        url = @metadata_url
 diff --git a/lib/vagrant/util.rb b/lib/vagrant/util.rb
-index b7f297169..95e7850a3 100644
+index c135dacc2..2d14897a1 100644
 --- a/lib/vagrant/util.rb
 +++ b/lib/vagrant/util.rb
-@@ -17,6 +17,8 @@ module Vagrant
-     autoload :SafeExec,                  'vagrant/util/safe_exec'
+@@ -46,6 +46,8 @@ module Vagrant
      autoload :SilenceWarnings,           'vagrant/util/silence_warnings'
+     autoload :SSH,                       'vagrant/util/ssh'
      autoload :StackedProcRunner,         'vagrant/util/stacked_proc_runner'
 +    autoload :Tempfile,                  'vagrant/util/tempfile'
 +    autoload :TemplateRenderer,          'vagrant/util/template_renderer'

++++++ 0003-plugins-don-t-abuse-require_relative.patch.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.130219346 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.130219346 +0200
@@ -1,7 +1,7 @@
-From 5d0d5df6dcb54c5b423cbfa60c7e5eaccce380c9 Mon Sep 17 00:00:00 2001
+From 188198d9cd7dad997a02e26f06cdb8e1fcf49483 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Wed, 17 May 2017 09:09:57 +0200
-Subject: [PATCH 03/15] plugins-don-t-abuse-require_relative.patch
+Subject: [PATCH 03/10] plugins-don-t-abuse-require_relative.patch
 
 Signed-off-by: Johannes Kastl <[email protected]>
 ---
@@ -32,7 +32,7 @@
  module VagrantPlugins
    module GuestArch
 diff --git a/plugins/guests/debian/cap/configure_networks.rb 
b/plugins/guests/debian/cap/configure_networks.rb
-index dfec32ccb..6b56e280a 100644
+index bb1ff69f9..1e29d57ab 100644
 --- a/plugins/guests/debian/cap/configure_networks.rb
 +++ b/plugins/guests/debian/cap/configure_networks.rb
 @@ -1,6 +1,6 @@

++++++ 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.138219333 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.142219327 +0200
@@ -1,7 +1,7 @@
-From 47cf5abe6ea46220b2d260e3e0fd07b42efa42ae Mon Sep 17 00:00:00 2001
+From 32c0b41a97016db1c19861a5efa28c3a181de8e7 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Fri, 16 Nov 2018 21:12:43 +0100
-Subject: [PATCH 04/15] fix vbox package boo#1044087, added by
+Subject: [PATCH 04/10] fix vbox package boo#1044087, added by
  [email protected] on Sun Aug 13 19:07:06 UTC 2017
 
 Signed-off-by: Johannes Kastl <[email protected]>

++++++ 0005-do-not-depend-on-wdm.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.146219320 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.146219320 +0200
@@ -1,7 +1,7 @@
-From c596dcd5e7bb3ab6bbdcbc9d21b640d828aa0925 Mon Sep 17 00:00:00 2001
+From 9d896403984a8673e10f3da47052e4250e9ba98b Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Mon, 4 Jun 2018 09:18:23 +0200
-Subject: [PATCH 05/15] do not depend on wdm
+Subject: [PATCH 05/10] do not depend on wdm
 
 Signed-off-by: Johannes Kastl <[email protected]>
 ---
@@ -9,13 +9,13 @@
  1 file changed, 1 deletion(-)
 
 diff --git a/vagrant.gemspec b/vagrant.gemspec
-index 99ed2083c..4a4a25e6d 100644
+index e8cee0b5e..cfe589cca 100644
 --- a/vagrant.gemspec
 +++ b/vagrant.gemspec
-@@ -30,7 +30,6 @@ Gem::Specification.new do |s|
-   s.add_dependency "rb-kqueue", "~> 0.2.0"
+@@ -31,7 +31,6 @@ Gem::Specification.new do |s|
+   s.add_dependency "rexml", "~> 3.2"
    s.add_dependency "rubyzip", "~> 2.0"
-   s.add_dependency "vagrant_cloud", "~> 3.0.4"
+   s.add_dependency "vagrant_cloud", "~> 3.0.5"
 -  s.add_dependency "wdm", "~> 0.1.0"
    s.add_dependency "winrm", ">= 2.3.4", "< 3.0"
    s.add_dependency "winrm-elevated", ">= 1.2.1", "< 2.0"

++++++ 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.154219308 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.154219308 +0200
@@ -1,7 +1,7 @@
-From 9e4f4f017e58d7488de879037ee1564087c34008 Mon Sep 17 00:00:00 2001
+From 3c8410ce11d70935e678b11d58f3644d2dff8c52 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Fri, 16 Nov 2018 21:14:46 +0100
-Subject: [PATCH 06/15] do not abuse relative paths in docker plugin to make
+Subject: [PATCH 06/10] do not abuse relative paths in docker plugin to make
  docker work, added by [email protected] on Thu Oct 26 19:42:46 UTC 2017
 
 Signed-off-by: Johannes Kastl <[email protected]>

++++++ 0007-Don-t-abuse-relative-paths-in-plugins.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.162219295 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.162219295 +0200
@@ -1,7 +1,7 @@
-From 79214e9936e35d2de125fe8d7c6fbbc424b4c054 Mon Sep 17 00:00:00 2001
+From 84dd04ae65f330dbee401f38eeb9577daeee2f9b Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Fri, 11 Jan 2019 12:32:28 +0100
-Subject: [PATCH 07/15] Don't abuse relative paths in plugins
+Subject: [PATCH 07/10] Don't abuse relative paths in plugins
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit

++++++ 0008-Skip-failing-tests.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.166219288 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.170219282 +0200
@@ -1,7 +1,7 @@
-From 39c3d177a8392eaed94be7a694f2f0c5df1e4ca0 Mon Sep 17 00:00:00 2001
+From c1a1d7395170fc60872658649166de546d396190 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Mon, 1 Apr 2019 17:28:31 +0200
-Subject: [PATCH 08/15] Skip failing tests
+Subject: [PATCH 08/10] Skip failing tests
 
 ---
  test/unit/bin/vagrant_test.rb | 4 ++--

++++++ 0009-Disable-Subprocess-unit-test.patch ++++++
--- /var/tmp/diff_new_pack.LQ4qb3/_old  2021-08-12 09:00:57.174219276 +0200
+++ /var/tmp/diff_new_pack.LQ4qb3/_new  2021-08-12 09:00:57.174219276 +0200
@@ -1,7 +1,7 @@
-From b9aba06ec4fb6c88f5109d1f79ed8820058c6077 Mon Sep 17 00:00:00 2001
+From 745cb8db9f953598df00fb6b362042c61e0909b1 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Wed, 28 Aug 2019 13:39:58 +0200
-Subject: [PATCH 09/15] Disable Subprocess unit test
+Subject: [PATCH 09/10] Disable Subprocess unit test
 
 This unit test is *very* flaky on OBS' workers and causes random build
 failures. These are probably caused by worker being under high load and then

++++++ 0010-Bump-listen-version-to-3.5.patch -> 
0010-Bump-listen-version-to-3.6.patch ++++++
--- /work/SRC/openSUSE:Factory/vagrant/0010-Bump-listen-version-to-3.5.patch    
2021-07-12 21:39:56.936244930 +0200
+++ 
/work/SRC/openSUSE:Factory/.vagrant.new.1899/0010-Bump-listen-version-to-3.6.patch
  2021-08-12 09:00:55.962221209 +0200
@@ -1,23 +1,22 @@
-From 8fb45fd30524c9286a027c44e12351ddaefecade Mon Sep 17 00:00:00 2001
+From 8678ead4d72de6b79111adabc90aa3877d8777fb Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
-Date: Tue, 27 Apr 2021 10:27:11 +0200
-Subject: [PATCH 10/15] Bump listen version to ~> 3.5
+Date: Mon, 2 Aug 2021 13:44:45 +0200
+Subject: [PATCH 10/10] Bump listen version to ~> 3.6
 
-(cherry picked from commit 016911965d5f995a5d0a168069de7ded7b380ecb)
 ---
  vagrant.gemspec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/vagrant.gemspec b/vagrant.gemspec
-index 4a4a25e6d..8fef4319c 100644
+index cfe589cca..eede54bf8 100644
 --- a/vagrant.gemspec
 +++ b/vagrant.gemspec
 @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
    s.add_dependency "erubi"
    s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
    s.add_dependency "i18n", "~> 1.8"
--  s.add_dependency "listen", "~> 3.4"
-+  s.add_dependency "listen", "~> 3.5"
+-  s.add_dependency "listen", "~> 3.5"
++  s.add_dependency "listen", "~> 3.6"
    s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
    s.add_dependency "mime-types", "~> 3.3"
    s.add_dependency "net-ssh", ">= 6.1.0", "< 6.2"

++++++ vagrant-2.2.16.tar.gz -> vagrant-2.2.18.tar.gz ++++++
++++ 22362 lines of diff (skipped)

Reply via email to