Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2018-07-23 18:00:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant"

Mon Jul 23 18:00:40 2018 rev:9 rq:624450 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2018-07-06 
10:42:06.199247052 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant.new/vagrant.changes     2018-07-23 
18:00:59.816931390 +0200
@@ -1,0 +2,36 @@
+Sun Jul  8 19:38:30 UTC 2018 - [email protected]
+
+- added Reqires for exact vagrant version to subpackages vagrant-vim, 
vagrant-emacs and vagrant-bash-completion
+
+-------------------------------------------------------------------
+Sun Jul  8 19:36:10 UTC 2018 - [email protected]
+
+- removed patch 0026-remove-dependency-on-win32-file.patch
+
+-------------------------------------------------------------------
+Sun Jul  8 19:25:06 UTC 2018 - [email protected]
+
+- update to 2.1.2
+  IMPROVEMENTS
+  - commands/suspend: Introduce flag for suspending all machines [GH-9829]
+  - commands/global-status: Improve message about removing stale entries 
[GH-9856]
+  - provider/hyperv: Attempt to determine import failure cause [GH-9936]
+  - provider/hyperv: Update implementation. Include support for modifications 
on reload [GH-9872]
+  - provider/hyperv: Validate maxmemory configuration setting [GH-9932]
+  - provider/hyperv: Enable provider within WSL [GH-9943]
+  - provider/hyperv: Add Hyper-V accessibility check on data directory path 
[GH-9944]
+  - provisioners/ansible_local: Improve installation from PPA on Ubuntu 
guests. The compatibility is maintained only for active long-term support (LTS) 
versions, i.e. Ubuntu 12.04 (Precise Pangolin) is no longer supported. [GH-9879]
+
+  BUG FIXES:
+  - communicator/ssh: Update ssh private key file permission handling on 
Windows [GH-9923, GH-9900]
+  - core: Display plugin commands in help [GH-9808]
+  - core: Ensure guestpath or name is set with synced_folder option and dont 
set guestpath if not provided [GH-9692]
+  - guest/debian: Fix netplan generation when using DHCP [GH-9855]
+  - guest/debain: Update priority of network configuration file when using 
networkd [GH-9867]
+  - guest/ubuntu: Update netplan config generation to detect NetworkManager 
[GH-9824]
+  - guest/ubuntu: Fix failing Ansible installation from PPA on Bionic Beaver 
(18.04 LTS) [GH-9796]
+  - host/windows: Prevent processing of last SMB line when using net share 
[GH-9917]
+  - provisioner/chef: Prevent node_name set on configuration with chef_apply 
[GH-9916]
+  - provisioner/salt: Remove usage of masterless? config attribute [GH-9833]
+
+-------------------------------------------------------------------

Old:
----
  0026-remove-dependency-on-win32-file.patch
  vagrant-2.1.1.tar.gz

New:
----
  vagrant-2.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vagrant.spec ++++++
--- /var/tmp/diff_new_pack.zaTcHs/_old  2018-07-23 18:01:00.956929975 +0200
+++ /var/tmp/diff_new_pack.zaTcHs/_new  2018-07-23 18:01:00.956929975 +0200
@@ -25,7 +25,7 @@
 %global vim_data_dir %{_datadir}/vim/site/plugin/
 
 Name:           vagrant
-Version:        2.1.1
+Version:        2.1.2
 Release:        0
 Summary:        Tool for building and distributing virtualized development 
environments
 License:        MIT
@@ -50,7 +50,6 @@
 Patch23:        0023-vbox-fix-package.patch
 Patch24:        0024-do-not-depend-on-wdm.patch
 Patch25:        0025-do-not-abuse-relative-paths-in-docker-plugin.patch
-Patch26:        0026-remove-dependency-on-win32-file.patch
 Patch27:        0027-now-use-rubygem-net-ssh-5.0.x.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -151,6 +150,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(vagrant:vim)
 BuildRequires:  vim
+Requires:       vagrant = %{version}
 Requires:       vim
 BuildArch:      noarch
 
@@ -162,6 +162,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(vagrant:emacs_program)
 BuildRequires:  emacs-nox
+Requires:       vagrant = %{version}
 Requires:       emacs_program
 BuildArch:      noarch
 
@@ -173,6 +174,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(vagrant:bash)
 BuildRequires:  bash
+Requires:       vagrant = %{version}
 Requires:       bash
 BuildArch:      noarch
 
@@ -192,7 +194,6 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
-%patch26 -p1
 %patch27 -p1
 
 cp %{SOURCE98} .

++++++ 0024-do-not-depend-on-wdm.patch ++++++
--- /var/tmp/diff_new_pack.zaTcHs/_old  2018-07-23 18:01:00.980929946 +0200
+++ /var/tmp/diff_new_pack.zaTcHs/_new  2018-07-23 18:01:00.980929946 +0200
@@ -1,4 +1,4 @@
-From 92ee846e1d5da65c75af6efef3f5ebdfa367158a Mon Sep 17 00:00:00 2001
+From 1bc55fc60cf48b0d9b01a7a7a24ba92e6fc910c1 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Mon, 4 Jun 2018 09:18:23 +0200
 Subject: [PATCH] do not depend on wdm
@@ -9,7 +9,7 @@
  1 file changed, 1 deletion(-)
 
 diff --git a/vagrant.gemspec b/vagrant.gemspec
-index 4096fd684..6b8736f6a 100644
+index edc12f032..5f60fd0d8 100644
 --- a/vagrant.gemspec
 +++ b/vagrant.gemspec
 @@ -27,7 +27,6 @@ Gem::Specification.new do |s|
@@ -17,9 +17,9 @@
    s.add_dependency "rb-kqueue", "~> 0.2.0"
    s.add_dependency "rest-client", ">= 1.6.0", "< 3.0"
 -  s.add_dependency "wdm", "~> 0.1.0"
-   s.add_dependency "win32-file", "~> 0.8.1"
-   s.add_dependency "win32-file-security", "~> 1.0.10"
    s.add_dependency "winrm", "~> 2.1"
+   s.add_dependency "winrm-fs", "~> 1.0"
+   s.add_dependency "winrm-elevated", "~> 1.1"
 -- 
-2.17.1
+2.18.0
 

++++++ vagrant-2.1.1.tar.gz -> vagrant-2.1.2.tar.gz ++++++
++++ 6343 lines of diff (skipped)


Reply via email to