SHA256
1
0
forked from pool/vagrant
vagrant/0010-Remove-dependency-on-grpc-tools.patch
Dirk Mueller b4c782a1a1 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 07:58:29 +00:00

26 lines
885 B
Diff

From fa0e7bc761285ce8a929e55b7038fecaf8491a2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <dcermak@suse.com>
Date: Tue, 23 Aug 2022 16:19:11 +0200
Subject: [PATCH 10/12] Remove dependency on grpc-tools
This package is only needed to build the go plugins, which we do not use at the
moment.
---
vagrant.gemspec | 3 ---
1 file changed, 3 deletions(-)
diff --git a/vagrant.gemspec b/vagrant.gemspec
index f51b8d263..6550462ae 100644
--- a/vagrant.gemspec
+++ b/vagrant.gemspec
@@ -39,9 +39,6 @@ Gem::Specification.new do |s|
s.add_dependency "winrm-elevated", ">= 1.2.3", "< 2.0"
s.add_dependency "winrm-fs", ">= 1.3.5", "< 2.0"
- # Needed for go generate to use grpc_tools_ruby_protoc
- s.add_development_dependency "grpc-tools", "~> 1.41"
-
# required to include https://github.com/ruby/ipaddr/issues/35
s.add_dependency "ipaddr", ">= 1.2.4"