SHA256
1
0
forked from pool/vagrant

Accepting request 649964 from home:ojkastl_buildservice:Branch_Virtualization_vagrant

update to 2.1.5

OBS-URL: https://build.opensuse.org/request/show/649964
OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=21
This commit is contained in:
Johannes Kastl 2018-11-17 20:32:31 +00:00 committed by Git OBS Bridge
parent cc7c1c3dd3
commit 4325138a2e
11 changed files with 32 additions and 11 deletions

View File

@ -1,4 +1,4 @@
From aaad01e4e05d9047338ad2b70413e2ccfa40b77e Mon Sep 17 00:00:00 2001
From d48c50fb28325a7fbd9499b73f27ed85db01c680 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@debian.org>
Date: Sat, 11 Oct 2014 16:54:58 -0300
Subject: [PATCH] bin/vagrant: silence warning about installer

View File

@ -1,4 +1,4 @@
From 93fdc52bb756566271a2223058c6b09ab96b1343 Mon Sep 17 00:00:00 2001
From 8a6215a36bcd19312606b231a9392ab90d1d03e3 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@debian.org>
Date: Wed, 22 Oct 2014 09:40:14 -0200
Subject: [PATCH] Use a private temporary dir

View File

@ -1,4 +1,4 @@
From 3b6ed41a90da45f389c17f1ac0b49ce2bf5e15e3 Mon Sep 17 00:00:00 2001
From d6fdea5990cb0a8c3d37299b6d0f4be3bfa7fe94 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Tue, 3 Feb 2015 10:35:17 -0200
Subject: [PATCH] linux/cap/halt: don't wait for `shutdown -h now` to finish

View File

@ -1,4 +1,4 @@
From e351cebce9066093937725d2cd4304ed96741701 Mon Sep 17 00:00:00 2001
From 9e55cb6868769a851397bc6f049dad3a1a431af2 Mon Sep 17 00:00:00 2001
From: Johannes Kastl <kastl@b1-systems.de>
Date: Wed, 17 May 2017 09:09:57 +0200
Subject: [PATCH] plugins-don-t-abuse-require_relative.patch

View File

@ -1,4 +1,4 @@
From c4196427d13509dd7ddb3333a8a9a5e65b5b4d52 Mon Sep 17 00:00:00 2001
From 12fb619f0a0ef2843900a5ecb661385a8b4e3dcc Mon Sep 17 00:00:00 2001
From: Johannes Kastl <kastl@b1-systems.de>
Date: Fri, 16 Nov 2018 21:12:43 +0100
Subject: [PATCH] fix vbox package boo#1044087, added by

View File

@ -1,4 +1,4 @@
From 239e84acc0f6d5f512823151ae76aeadcfef2d7c Mon Sep 17 00:00:00 2001
From f533a1d46affdf015c4034531d98d91650d74f17 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] do not depend on wdm

View File

@ -1,4 +1,4 @@
From 590bce99cdeed03ca936ddc3a8e8bda1118b02ee Mon Sep 17 00:00:00 2001
From c3b9fbbb7168003bdf09fa4e35652bbe308330d8 Mon Sep 17 00:00:00 2001
From: Johannes Kastl <kastl@b1-systems.de>
Date: Fri, 16 Nov 2018 21:14:46 +0100
Subject: [PATCH] do not abuse relative paths in docker plugin to make docker

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec3da78c4fde87736cabf622d1ea8088b5e7b1cbad0de306fe7941f8a4ef8f11
size 1236950

3
vagrant-2.1.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:347179564f5a8a56e2d6dcb82470e04d92a60ed0b3265efc07f9ff37cd5c7f5f
size 1238788

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Nov 16 21:04:23 UTC 2018 - Johannes Kastl <kastl@b1-systems.de>
- update to 2.1.5
IMPROVEMENTS:
- core: Add `Vagrant.version?` helper method [GH-10191]
- core: Scrub sensitive values from logger output [GH-10200]
- core: Prevent multiple evaluations of Vagrantfile [GH-10199]
- command/init: Support VAGRANT_DEFAULT_TEMPLATE env var [GH-10171]
- command/powershell: Improve doc help string and fix winrm locales error [GH-10189]
- contrib/bash: autocomplete running VM names for destroy subcommand [GH-10168]
- guest/debian: Use `sudo` to determine if systemd is in use for hardened systems [GH-10198]
- guest/openbsd: Add IPv6 network template for OpenBSD machines [GH-8912]
- provisioners/salt: Allow non-windows hosts to pass along version [GH-10194]
BUG FIXES:
- core: Fix Vagrant.has_plugin? behavior before plugins are initialized [GH-10165]
- core: Check verify_host_key for falsey or :never values when generating ssh config [GH-10182]
- guest/linux: Filter out empty strings and loopback interfaces when constructing list of network interfaces [GH-10092]
- provider/hyper-v: Check for automatic checkpoint support before configuring [GH-10181]
-------------------------------------------------------------------
Fri Nov 16 20:55:33 UTC 2018 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -25,7 +25,7 @@
%global vim_data_dir %{_datadir}/vim/site/plugin/
Name: vagrant
Version: 2.1.4
Version: 2.1.5
Release: 0
Summary: Tool for building and distributing virtualized development environments
License: MIT