SHA256
1
0
forked from pool/vagrant
vagrant/0005-do-not-depend-on-wdm.patch

26 lines
818 B
Diff
Raw Normal View History

From c0a7db63b7cde09913c395737fabf02e6619d8e2 Mon Sep 17 00:00:00 2001
From: Johannes Kastl <kastl@b1-systems.de>
Date: Mon, 4 Jun 2018 09:18:23 +0200
Subject: [PATCH 05/13] do not depend on wdm
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
---
vagrant.gemspec | 1 -
1 file changed, 1 deletion(-)
diff --git a/vagrant.gemspec b/vagrant.gemspec
index 2a740089a..7d417b019 100644
--- a/vagrant.gemspec
+++ b/vagrant.gemspec
@@ -35,7 +35,6 @@ Gem::Specification.new do |s|
Accepting request 1089717 from home:13ilya - Updated to 2.3.6 * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#236-may-19-2023 * command/serve: Isolate proto constants to file for auto-loading * core/util: Unlock file prior to deletion * provider/docker: Attempt using docker command for bridge ip * provider/virtualbox: Update preferred locale values for driver - Updated to 2.3.5 * Changed file 0005-do-not-depend-on-wdm.patch. * Changed file 0010-Remove-dependency-on-grpc-tools.patch. * Removed file 0011-Bump-Ruby-version-to-3.x.patch. * Removed file 0012-Only-check-for-arguments-matching-test-string-if-the.patch. * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#235-may-15-2023 * communicator/ssh: Use netssh builtin keep alive functionality * communicator/ssh: Update connection settings when using a password to connect ssh * core: Add a file mutex when downloading box files * guest/arch: Support differentiating between Artix and Arch Linux * host/windows: Get state of Windows feature "Microsoft-Hyper-V-Hypervisor" * provider/docker: Ignore inactive docker containers when assigning ports * provider/docker: Sync folders before preparing nfs settings * provider/virtualbox: De-duplicate machine port forward info * provider/virtualbox: Remove check for hyperv being enabled when verifying virtualbox is usable on windows * provider/virtualbox: Validate LANG value when possible * provider/hyperv: Check for hyper-v feature "EnhancedSessionTransportType" * provisioner/ansible: Fix installing Ansible provisioner with version and pip * synced_folders/rsync: allow rsync-auto to also ignore relative paths OBS-URL: https://build.opensuse.org/request/show/1089717 OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=76
2023-06-11 09:58:29 +02:00
s.add_dependency "rgl", "~> 0.5.10"
s.add_dependency "rubyzip", "~> 2.3.2"
s.add_dependency "vagrant_cloud", "~> 3.0.5"
Accepting request 1089717 from home:13ilya - Updated to 2.3.6 * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#236-may-19-2023 * command/serve: Isolate proto constants to file for auto-loading * core/util: Unlock file prior to deletion * provider/docker: Attempt using docker command for bridge ip * provider/virtualbox: Update preferred locale values for driver - Updated to 2.3.5 * Changed file 0005-do-not-depend-on-wdm.patch. * Changed file 0010-Remove-dependency-on-grpc-tools.patch. * Removed file 0011-Bump-Ruby-version-to-3.x.patch. * Removed file 0012-Only-check-for-arguments-matching-test-string-if-the.patch. * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#235-may-15-2023 * communicator/ssh: Use netssh builtin keep alive functionality * communicator/ssh: Update connection settings when using a password to connect ssh * core: Add a file mutex when downloading box files * guest/arch: Support differentiating between Artix and Arch Linux * host/windows: Get state of Windows feature "Microsoft-Hyper-V-Hypervisor" * provider/docker: Ignore inactive docker containers when assigning ports * provider/docker: Sync folders before preparing nfs settings * provider/virtualbox: De-duplicate machine port forward info * provider/virtualbox: Remove check for hyperv being enabled when verifying virtualbox is usable on windows * provider/virtualbox: Validate LANG value when possible * provider/hyperv: Check for hyper-v feature "EnhancedSessionTransportType" * provisioner/ansible: Fix installing Ansible provisioner with version and pip * synced_folders/rsync: allow rsync-auto to also ignore relative paths OBS-URL: https://build.opensuse.org/request/show/1089717 OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=76
2023-06-11 09:58:29 +02:00
- s.add_dependency "wdm", "~> 0.1.1"
s.add_dependency "winrm", ">= 2.3.6", "< 3.0"
s.add_dependency "winrm-elevated", ">= 1.2.3", "< 2.0"
s.add_dependency "winrm-fs", ">= 1.3.5", "< 2.0"
--
2.41.0