Hello community, here is the log from the commit of package vagrant for openSUSE:Factory checked in at 2020-12-13 17:29:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vagrant (Old) and /work/SRC/openSUSE:Factory/.vagrant.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vagrant" Sun Dec 13 17:29:37 2020 rev:27 rq:854950 version:2.2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes 2020-09-14 12:34:23.305330520 +0200 +++ /work/SRC/openSUSE:Factory/.vagrant.new.2328/vagrant.changes 2020-12-13 17:30:10.868376405 +0100 @@ -1,0 +2,100 @@ +Fri Dec 11 10:01:47 UTC 2020 - Dan Čermák <[email protected]> + +- Patch rake version to ~> 13.0 + + Add patch: + * 0010-Update-rake-to-13.0.patch + + 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 + +------------------------------------------------------------------- +Thu Dec 3 20:13:55 UTC 2020 - Dan Čermák <[email protected]> + +- New upstream release 2.2.14 + + remove rsync build dependency + + remove patch (fixed upstream): + * 0010-Add-check-for-etc-fstab.patch + rebased 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 + + +## 2.2.14 (November 20, 2020) + +IMPROVEMENTS: + +- host/windows: Update filesystem type matching on WSL2 [GH-12056] + +BUG FIXES: + +- core: Track raw actions as they are applied to prevent multiple insertions [GH-12037] +- core/bundler: Update solution file resolution to support prerelease matching [GH-12054] +- guest/darwin: Mount vmware synced folders for big sur guests [GH-12053] + +## 2.2.13 (November 06, 2020) + +BUG FIXES: + +- core/bundler: Adjust request sets properly with non-development prerelease [GH-12025] + +## 2.2.12 (November 06, 2020) + +BUG FIXES: + +- core/bundler: Automatically enable prerelease dependency resolution [GH-12023] + +NOTE: This is a fix release to resolve an immediate issue with Vagrant + plugin functionality + +## 2.2.11 (November 05, 2020) + +IMPROVEMENTS: + +- command/cap: Add ability to specify target [GH-11965] +- command/cloud: Add --force flag to `version release` command [GH-11912] +- command/cloud: Updates to utilize the 3.0 version of vagrant_cloud [GH-11916] +- core: Switch from unmaintained gem erubis to erubi [GH-11893] +- core: Download Vagrant boxes using auth headers [GH-11835] +- core: Remove dependency on mime gem [GH-11857] +- core: Handle Errno::EALREADY exceptions on port check [GH-12008] +- core: Fix missing hook/trigger insertion into action stack [GH-12014] +- guest/linux: Make max reboot wait duration configurable [GH-12011] +- guest/windows: Make max reboot wait duration configurable [GH-12011] +- providers/virtualbox: Fix availability check of provider [GH-11936] +- tests: Add integration tests for Docker provider [GH-11907] + +BUG FIXES: + +- core/synced_folders: Don't persist synced folders to fstab if guest is not reachable [GH-11900] +- core: Don't try to recover machine without a uuid [GH-11863] +- config/disks: Transform provider specific config to common form [GH-11939] +- config/vm: Override synced-folder `:nfs` option [GH-11988] +- contrib/zsh: Remove newline from beginning of completion script [GH-11963] +- guests/arch: Install smbclient when setting up arch smb [GH-11923] +- guest/linux: Check for /etc/fstab before trying to modify [GH-11897] +- guest/linux: Create an /etc/fstab if does not exist [GH-11909] +- guest/linux: Persist SMB mounts [GH-11846] +- guest/debian: Set hostname in /etc/hosts as first step to changing hostname [GH-11885] +- guest/rhel: Check for existence of network files before trying to update them [GH-11877] +- guest/suse: Don't use hostnamectl to set hostname if not available on system [GH-11996] +- tests: Remove rsync dependency from tests [GH-11889] + +------------------------------------------------------------------- Old: ---- 0010-Add-check-for-etc-fstab.patch vagrant-2.2.10.tar.gz New: ---- 0010-Update-rake-to-13.0.patch vagrant-2.2.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vagrant.spec ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.000377553 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.004377557 +0100 @@ -26,7 +26,7 @@ Name: vagrant -Version: 2.2.10 +Version: 2.2.14 Release: 0 Summary: Tool for building and distributing virtualized development environments License: MIT @@ -57,7 +57,8 @@ Patch7: 0007-Don-t-abuse-relative-paths-in-plugins.patch Patch8: 0008-Skip-failing-tests.patch Patch9: 0009-Disable-Subprocess-unit-test.patch -Patch10: 0010-Add-check-for-etc-fstab.patch +# https://github.com/hashicorp/vagrant/pull/12097 +Patch10: 0010-Update-rake-to-13.0.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -92,8 +93,8 @@ BuildRequires: %{rubygem childprocess:4.0 } # s.add_dependency "ed25519", "~> 1.2.4" BuildRequires: %{rubygem ed25519:1.2 >= 1.2.4 } -# s.add_dependency "erubis", "~> 2.7.0" -BuildRequires: %{rubygem erubis:2.7 } +# s.add_dependency "erubi" +BuildRequires: %{rubygem erubi } # s.add_dependency "i18n", "~> 1.8" BuildRequires: %{rubygem i18n:1 >= 1.8 } # s.add_dependency "listen", "~> 3.1" @@ -103,19 +104,16 @@ # s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11" BuildRequires: %{rubygem log4r:1.1 >= 1.1.9 } BuildConflicts: %{rubygem log4r:1.1 >= 1.1.11 } -# s.add_dependency "mime", "~> 0.4.4" -BuildRequires: %{rubygem mime:0.4 >= 0.4.4} -# s.add_dependency "net-ssh", "~> 6.0" -BuildRequires: %{rubygem net-ssh:6 } +# s.add_dependency "mime-types", "~> 3.3" +BuildRequires: %{rubygem mime-types:3 >= 3.3 } +# s.add_dependency "net-ssh", ">= 6.2.0.rc1", "< 7" +BuildRequires: %{rubygem net-ssh:6 >= 6.2.0 } # s.add_dependency "net-sftp", "~> 3.0" BuildRequires: %{rubygem net-sftp:3 } # s.add_dependency "net-scp", "~> 1.2.0" BuildRequires: %{rubygem net-scp:1.2 } # s.add_dependency "rb-kqueue", "~> 0.2.0" BuildRequires: %{rubygem rb-kqueue:0.2 } -# s.add_dependency "rest-client", ">= 1.6.0", "< 3.0" -BuildRequires: %{rubygem rest-client >= 1.6} -BuildConflicts: %{rubygem rest-client >= 3.0} # s.add_dependency "rubyzip", "~> 2.0" BuildRequires: %{rubygem rubyzip:2} # Intentionally removed, wdm only works on Windows @@ -126,12 +124,13 @@ 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", "~> 2.0.3" -BuildRequires: %{rubygem vagrant_cloud:2.0 >= 2.0.3 } +# s.add_dependency "vagrant_cloud", "~> 3.0.2" +BuildRequires: %{rubygem vagrant_cloud:3.0 >= 3.0.2 } # devel dependencies: -# s.add_development_dependency "rake", "~> 12.0.0" -BuildRequires: %{rubygem rake:12.0 } +# PATCHED +# 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-its", "~> 1.3.0" @@ -169,7 +168,6 @@ BuildRequires: curl BuildRequires: bsdtar BuildRequires: %{rubygem vagrant-spec} -BuildRequires: rsync %endif BuildRequires: fdupes @@ -186,8 +184,8 @@ Requires: %{rubygem childprocess:4.0} # s.add_dependency "ed25519", "~> 1.2.4" Requires: %{rubygem ed25519:1.2 >= 1.2.4} -# s.add_dependency "erubis", "~> 2.7.0" -Requires: %{rubygem erubis:2.7} +# s.add_dependency "erubi" +Requires: %{rubygem erubi} # s.add_dependency "i18n", "~> 1.8" Requires: %{rubygem i18n:1 >= 1.8} # s.add_dependency "listen", "~> 3.1" @@ -197,19 +195,16 @@ # s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11" Requires: %{rubygem log4r:1.1 >= 1.1.9 } Requires: %{rubygem log4r:1.1 < 1.1.11 } -# s.add_dependency "mime", "~> 0.4.4" -Requires: %{rubygem mime:0.4 >= 0.4.4} -# s.add_dependency "net-ssh", "~> 6.0" -Requires: %{rubygem net-ssh:6} +# s.add_dependency "mime-types", "~> 3.3" +Requires: %{rubygem mime-types:3 >= 3.3} +# s.add_dependency "net-ssh", ">= 6.2.0.rc1", "< 7" +Requires: %{rubygem net-ssh:6 >= 6.2.0 } # s.add_dependency "net-sftp", "~> 3.0" Requires: %{rubygem net-sftp:3 } # s.add_dependency "net-scp", "~> 1.2.0" Requires: %{rubygem net-scp:1.2 >= 1.2.0} # s.add_dependency "rb-kqueue", "~> 0.2.0" Requires: %{rubygem rb-kqueue:0.2} -# s.add_dependency "rest-client", ">= 1.6.0", "< 3.0" -Requires: %{rubygem rest-client >= 1.6} -Requires: %{rubygem rest-client < 3.0} # s.add_dependency "rubyzip", "~> 2.0" Requires: %{rubygem rubyzip:2} # s.add_dependency "wdm", "~> 0.1.0" @@ -220,14 +215,12 @@ 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", "~> 2.0.3" -Requires: %{rubygem vagrant_cloud:2.0 >= 2.0.3} +# s.add_dependency "vagrant_cloud", "~> 3.0.2" +Requires: %{rubygem vagrant_cloud:3.0 >= 3.0.2} # s.add_dependency "ruby_dep", "<= 1.3.1" Requires: %{rubygem ruby_dep <= 1.3.1 } -# We don't require rubygem mime-types since it's pulled in transitively -# Requires: bsdtar Requires: curl Requires: openssh ++++++ 0001-bin-vagrant-silence-warning-about-installer.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.044377598 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.044377598 +0100 @@ -1,4 +1,4 @@ -From 0f5435df3ef882c3da9f098ec83cac1f394a7b4e Mon Sep 17 00:00:00 2001 +From 3559bd65aa796772e31abbeb4bd92e0829ed5e99 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro <[email protected]> Date: Sat, 11 Oct 2014 16:54:58 -0300 Subject: [PATCH 01/10] bin/vagrant: silence warning about installer @@ -36,5 +36,5 @@ # # Unset - Disables experimental features -- -2.28.0 +2.29.2 ++++++ 0002-Use-a-private-temporary-dir.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.064377618 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.064377618 +0100 @@ -1,4 +1,4 @@ -From 103a3765b331a69b615e47d0e1647e4e42fe9a6a Mon Sep 17 00:00:00 2001 +From b2c6ef61dc339eae73640c357e6be6e1f8cf723a Mon Sep 17 00:00:00 2001 From: Antonio Terceiro <[email protected]> Date: Wed, 22 Oct 2014 09:40:14 -0200 Subject: [PATCH 02/10] Use a private temporary dir @@ -15,7 +15,7 @@ create mode 100644 lib/vagrant/util/tempfile.rb diff --git a/lib/vagrant/box.rb b/lib/vagrant/box.rb -index 0ee5d29f3..2da6f886f 100644 +index 41b63b292..b2d4c6a05 100644 --- a/lib/vagrant/box.rb +++ b/lib/vagrant/box.rb @@ -9,6 +9,7 @@ require "vagrant/util/downloader" @@ -26,7 +26,7 @@ module Vagrant # Represents a "box," which is a package Vagrant environment that is used -@@ -122,7 +123,7 @@ module Vagrant +@@ -124,7 +125,7 @@ module Vagrant # @param [Hash] download_options Options to pass to the downloader. # @return [BoxMetadata] def load_metadata(download_options={}) @@ -94,5 +94,5 @@ + FileUtils.rm_rf(Vagrant::Util::Tempfile.private_tmpdir) +end -- -2.28.0 +2.29.2 ++++++ 0003-plugins-don-t-abuse-require_relative.patch.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.084377638 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.088377642 +0100 @@ -1,4 +1,4 @@ -From 4b3743997f569f268047917a41562831eb09bd1e Mon Sep 17 00:00:00 2001 +From 402f323f982ea36af2db24ac62ec527ff6530515 Mon Sep 17 00:00:00 2001 From: Johannes Kastl <[email protected]> Date: Wed, 17 May 2017 09:09:57 +0200 Subject: [PATCH 03/10] plugins-don-t-abuse-require_relative.patch @@ -154,5 +154,5 @@ module VagrantPlugins module GuestSUSE -- -2.28.0 +2.29.2 ++++++ 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.104377659 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.108377663 +0100 @@ -1,4 +1,4 @@ -From d08f0985884ab4ef45ce9f8f37de1c033283eb2f Mon Sep 17 00:00:00 2001 +From cb36ee51bb914627bda93641135721ee88b640a4 Mon Sep 17 00:00:00 2001 From: Johannes Kastl <[email protected]> Date: Fri, 16 Nov 2018 21:12:43 +0100 Subject: [PATCH 04/10] fix vbox package boo#1044087, added by @@ -33,5 +33,5 @@ module VagrantPlugins module ProviderVirtualBox -- -2.28.0 +2.29.2 ++++++ 0005-do-not-depend-on-wdm.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.128377683 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.132377687 +0100 @@ -1,4 +1,4 @@ -From 5dc228c3811d429e1d9640bbf4a7a21030b388de Mon Sep 17 00:00:00 2001 +From b65df008243ff8016b0e5714da53b5fb221e5961 Mon Sep 17 00:00:00 2001 From: Johannes Kastl <[email protected]> Date: Mon, 4 Jun 2018 09:18:23 +0200 Subject: [PATCH 05/10] do not depend on wdm @@ -9,17 +9,17 @@ 1 file changed, 1 deletion(-) diff --git a/vagrant.gemspec b/vagrant.gemspec -index 465b12805..dd4e48867 100644 +index a452e2b7a..6a586fd7c 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec -@@ -31,7 +31,6 @@ Gem::Specification.new do |s| - s.add_dependency "rest-client", ">= 1.6.0", "< 3.0" +@@ -30,7 +30,6 @@ Gem::Specification.new do |s| + s.add_dependency "rb-kqueue", "~> 0.2.0" s.add_dependency "rubyzip", "~> 2.0" - s.add_dependency "vagrant_cloud", "~> 2.0.3" + s.add_dependency "vagrant_cloud", "~> 3.0.2" - 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" s.add_dependency "winrm-fs", ">= 1.3.4", "< 2.0" -- -2.28.0 +2.29.2 ++++++ 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.144377699 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.148377703 +0100 @@ -1,4 +1,4 @@ -From ac94bb00341797429f61f6b63377523216217d7e Mon Sep 17 00:00:00 2001 +From 4f32f38bb823405a3e3fcd54ebf878ad7c2ff78d Mon Sep 17 00:00:00 2001 From: Johannes Kastl <[email protected]> Date: Fri, 16 Nov 2018 21:14:46 +0100 Subject: [PATCH 06/10] do not abuse relative paths in docker plugin to make @@ -22,5 +22,5 @@ module VagrantPlugins module DockerProvider -- -2.28.0 +2.29.2 ++++++ 0007-Don-t-abuse-relative-paths-in-plugins.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.160377716 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.164377719 +0100 @@ -1,4 +1,4 @@ -From e5f0f5ee48d7975cf0073a3998a8a11d9e97d797 Mon Sep 17 00:00:00 2001 +From 555f29e1367c56ad4aa17447a5108a7f3be1b91d 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/10] Don't abuse relative paths in plugins @@ -64,5 +64,5 @@ require_relative "../installer" -- -2.28.0 +2.29.2 ++++++ 0008-Skip-failing-tests.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.180377736 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.180377736 +0100 @@ -1,4 +1,4 @@ -From 4ae304867d0e714254cd4130a9a56eb1560da354 Mon Sep 17 00:00:00 2001 +From 5f9ae130821abc783b793fc222c471cebadf1891 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/10] Skip failing tests @@ -30,5 +30,5 @@ end end -- -2.28.0 +2.29.2 ++++++ 0009-Disable-Subprocess-unit-test.patch ++++++ --- /var/tmp/diff_new_pack.9094yI/_old 2020-12-13 17:30:12.192377748 +0100 +++ /var/tmp/diff_new_pack.9094yI/_new 2020-12-13 17:30:12.192377748 +0100 @@ -1,4 +1,4 @@ -From 5dc6903fbc40884c5811a71ad43700f7357f7836 Mon Sep 17 00:00:00 2001 +From 5e3f0edc8a1bc1db2355c424684a3fcd7f654e19 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/10] Disable Subprocess unit test @@ -33,5 +33,5 @@ thread = Thread.new{ sp.execute } sleep(0.1) -- -2.28.0 +2.29.2 ++++++ 0010-Update-rake-to-13.0.patch ++++++ From 25b740d34eac7a430f248711ac6b97caadeecac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]> Date: Fri, 4 Dec 2020 14:54:50 +0100 Subject: [PATCH 10/10] Update rake to ~> 13.0 (cherry picked from commit 1916f69425f8a0f86e3d7249a25a116c5cf2a771) --- vagrant.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.gemspec b/vagrant.gemspec index 6a586fd7c..3030a63e6 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -42,7 +42,7 @@ Gem::Specification.new do |s| # Constraint rake to properly handle deprecated method usage # from within rspec - s.add_development_dependency "rake", "~> 12.3.3" + s.add_development_dependency "rake", "~> 13.0" s.add_development_dependency "rspec", "~> 3.5.0" s.add_development_dependency "rspec-its", "~> 1.3.0" s.add_development_dependency "webmock", "~> 2.3.1" -- 2.29.2 ++++++ vagrant-2.2.10.tar.gz -> vagrant-2.2.14.tar.gz ++++++ ++++ 14927 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
