forked from pool/vagrant
Accepting request 741246 from home:ojkastl_buildservice:Branch_Virtualization_vagrant
update to 2.2.6 OBS-URL: https://build.opensuse.org/request/show/741246 OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=35
This commit is contained in:
parent
b2269a63f2
commit
6b962937d9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a228f5185b24b72efcc5a3924f86fa9fabab6f7562c3c63c1d9d239aa72a7b1
|
||||
size 1272879
|
3
vagrant-2.2.6.tar.gz
Normal file
3
vagrant-2.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bdafbce594cb17b9b4a7d85ba3dc35093d6693b1717280e062ec64ca2c05a5b
|
||||
size 1285530
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 06:31:22 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 2.2.6
|
||||
- dropped patch 0013-Only-return-interfaces-where-addr-is-not-nil.patch that has been included upstream
|
||||
- set vagrant_cloud dependency to >= 2.0.3
|
||||
|
||||
FEATURES:
|
||||
core/provisioners: Introduce new Provisioner options: before and after [GH-11043]
|
||||
guest/alpine: Integrate the vagrant-alpine plugin into Vagrant core [GH-10975]
|
||||
|
||||
IMPROVEMENTS:
|
||||
command/box/prune: Allow prompt skip while preserving actively in use boxes [GH-10908]
|
||||
command/cloud: Support providing checksum information with boxes [GH-11101]
|
||||
dev: Fixed Vagrantfile for Vagrant development [GH-11012]
|
||||
guest/alt: Improve handling for using network tools when setting hostname [GH-11000]
|
||||
guest/suse: Add ipv6 network config templates for SUSE based distributions [GH-11013]
|
||||
guest/windows: Retry on connection timeout errors for the reboot capability [GH-11093]
|
||||
host/bsd: Use host resolve path capability to modify local paths if requird [GH-11108]
|
||||
host/darwin: Add host resolve path capability to provide real paths for firmlinks [GH-11108]
|
||||
provisioners/chef: Update pkg install flags for chef on FreeBSD guests [GH-11075]
|
||||
provider/hyperv: Improve error message when VMMS is not running [GH-10978]
|
||||
provider/virtualbox: Raise additional errors for incomplete virtualbox installation on usable check [GH-10938]
|
||||
util/filechecksum: Add support for more checksum types [GH-11101]
|
||||
|
||||
BUG FIXES:
|
||||
command/rsync-auto: Fix path watcher bug so that all subdirectories are synced when changed [GH-11089]
|
||||
command/snapshot/save: Ensure VM id is passed to list snapshots for hyper-v provider [GH-11097]
|
||||
core: Ensure proper paths are shown in config loading exceptions [GH-11056]
|
||||
guest/suse: Use hostnamectl instead of hostname to set the hostname under SUSE [GH-11100]
|
||||
provider/docker: Fix default provider validation if password is used [GH-11053]
|
||||
provider/docker: Fix Docker providers usable? check [GH-11068]
|
||||
provisioner/ansible_local: Ensure pip_install_cmd is finalized to emptry string [GH-11098]
|
||||
provisioner/file: Ensure relative path for file provisioner source is relative to guest machines cwd [GH-11099]
|
||||
provider/docker: Ensure docker build_args option is properly set in docker compose config yaml [GH-11106]
|
||||
guest/suse: Update nfs & service daemon names for suse based hosts and guests [GH-11076]
|
||||
provider/docker: Determine ip address prefix workaround for docker public networks [GH-11111]
|
||||
provider/docker: Only return interfaces where addr is not nil for networks [GH-11116]
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 11:58:06 UTC 2019 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
Name: vagrant
|
||||
Version: 2.2.5
|
||||
Version: 2.2.6
|
||||
Release: 0
|
||||
Summary: Tool for building and distributing virtualized development environments
|
||||
License: MIT
|
||||
@ -62,8 +62,6 @@ Patch10: 0010-Skip-failing-tests.patch
|
||||
Patch11: 0011-Bump-rspec-its-dependency.patch
|
||||
# https://github.com/hashicorp/vagrant/pull/10945
|
||||
Patch12: 0012-Do-not-list-load-dependencies-if-vagrant-spec-is-not.patch
|
||||
# https://github.com/hashicorp/vagrant/pull/10993
|
||||
Patch13: 0013-Only-return-interfaces-where-addr-is-not-nil.patch
|
||||
Patch14: 0014-Skip-docker-networking-test.patch
|
||||
Patch15: 0015-ARM-only-Disable-Subprocess-unit-test.patch
|
||||
|
||||
@ -130,8 +128,8 @@ BuildRequires: %{rubygem winrm:2 >= 2.1 }
|
||||
BuildRequires: %{rubygem winrm-fs:1 }
|
||||
# s.add_dependency "winrm-elevated", "~> 1.1"
|
||||
BuildRequires: %{rubygem winrm-elevated:1 >= 1.1 }
|
||||
# s.add_dependency "vagrant_cloud", "~> 2.0.2"
|
||||
BuildRequires: %{rubygem vagrant_cloud:2.0 >= 2.0.2 }
|
||||
# s.add_dependency "vagrant_cloud", "~> 2.0.3"
|
||||
BuildRequires: %{rubygem vagrant_cloud:2.0 >= 2.0.3 }
|
||||
|
||||
# devel dependencies:
|
||||
# s.add_development_dependency "rake", "~> 12.0.0"
|
||||
@ -288,7 +286,6 @@ Optional dependency offering bash completion for vagrant
|
||||
%patch10 -p 1
|
||||
%patch11 -p 1
|
||||
%patch12 -p 1
|
||||
%patch13 -p 1
|
||||
%patch14 -p 1
|
||||
# disable the subprocess test only on ARM
|
||||
%ifarch %{arm}
|
||||
|
Loading…
Reference in New Issue
Block a user