SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.2-vagrant-2.0.2-2.27.x86_64.rpm :
Tue Feb 27 13:00:00 2018 opensuse_buildserviceAATTojkastl.de
- update to version 2.0.2
- > removed patch 0001-Disable-Checkpoint.patch that has been upstreamed
FEATURES:
- core: Provide mechanism for removing sensitive data from output [GH-9276]
- core: Relax Ruby constraints to include 2.5 [GH-9363]
- core: Hide sensitive values in output [GH-9369]
- command/init: Support custom Vagrantfile templates [GH-9202]
- guests: Add support for the Haiku operating system [GH-7805, GH-9245]
- synced_folders/smb: Add support for macOS hosts [GH-9294]
- vagrant-spec: Update vagrant-spec to include Windows platforms and updated linux boxes [GH-9183]
IMPROVEMENTS:
- config/ssh: Deprecate :paranoid in favor of :verify_host_key [GH-9341]
- core: Add optional timestamp prefix on log output [GH-9269]
- core: Print more helpful error message for NameEror exceptions in Vagrantfiles [GH-9252]
- core: Update checkpoint implementation to announce updates and support notifications [GH-9380]
- core: Use Ruby\'s Resolv by default [GH-9394]
- docs: Include virtualbox 5.2.x as supported in docs [GH-9237]
- docs: Improve how to pipe debug log on powershell [GH-9330]
- guests/amazon: Improve guest detection [GH-9307]
- guests/debian: Update guest configure networks [GH-9338]
- guests/dragonflybsd: Base guest on FreeBSD to inherit more functionality [GH-9205]
- guests/linux: Improve NFS service name detection and interactions [GH-9274]
- guests/linux: Support mount option overrides for SMB mounts [GH-9366]
- guests/linux: Use `ip` for reading guest address if available [GH-9315]
- guests/solaris: Improve guest detection for alternatives [GH-9295]
- hosts/windows: Check credentials during SMB prepare [GH-9365]
- providers/hyper-v: Ensure Hyper-V cmdlets are fully qualified [GH-8863]
- middleware/authentication: Add app.vagrantup.com to allowed hosts [GH-9145]
- provisioners/shell: Support hiding environment variable values in output [GH-9367]
- providers/virtualbox: Add a clean error message for invalid IP addresses [GH-9275]
- providers/virtualbox: Introduce flag for SharedFoldersEnableSymlinksCreate setting [GH-9354]
- providers/virtualbox: Provide warning for SharedFoldersEnableSymlinksCreate setting [GH-9389]
- provisioners/salt: Fixes timeout issue in salt bootstrapping for windows [GH-8992]
- synced_folders/smb: Update Windows implementation [GH-9294]
- util/ssh: Attempt to locate local ssh client before attempting installer provided [GH-9400]
BUG FIXES:
- commands/box: Show all box providers with `update outdated --global` [GH-9347]
- commands/destroy: Exit 0 if vagrant destroy finds no running vms [GH-9251]
- commands/package: Fix --output path with specified folder [GH-9131]
- guests/suse: Do not use full name when setting hostname [GH-9212]
- providers/hyper-v: Fix enable virtualization extensions on import [GH-9255]
- provisioners/ansible(both): Fix broken \'ask_sudo_pass\' option [GH-9173]

Mon Feb 26 13:00:00 2018 opensuse_buildserviceAATTojkastl.de
- update to version 2.0.1
FEATURES:
core: Introduce Ruby 2.4 to Vagrant [GH-9102]
providers/virtualbox: Virtualbox 5.2 support [GH-8955]
IMPROVEMENTS:
command/destroy: Introduce parallel destroy for certain providers [GH-9127]
communicators/winrm: Include APIPA check within ready check [GH-8997]
core: Clear POSIXLY_CORRECT when using optparse [GH-8685]
docs: Add auto_start_action and auto_stop_action to docs. [GH-9029]
docs: Fix typo in box format doc [GH-9100]
provisioners/chef: Handle chef provisioner reboot request [GH-8874]
providers/salt: Support Windows Salt Minions greater than 2016.x.x [GH-8926]
provisioners/salt: Add wget to bootstrap_salt options when fetching installer file [GH-9112]
provisioners/shell: Use ui.detail for displaying output [GH-8983]
util/downloader: Use CURL_CA_BUNDLE environment variable [GH-9135]
BUG FIXES:
communicators/ssh: Retry on Errno::EPIPE exceptions [GH-9065]
core: Rescue more exceptions when checking if port is open [GH-8517]
guests/solaris11: Inherit from Solaris guest and keep solaris11 specific methods [GH-9034]
guests/windows: Split out cygwin path helper for msys2/cygwin paths and ensure cygpath exists [GH-8972]
guests/windows: Specify expected shell when executing on guest (fixes winssh communicator usage) [GH-9012]
guests/windows: Include WinSSH Communicator when using insert_public_key [GH-9105]
hosts/windows: Check for vagrant.exe when validating versions within WSL [GH-9107, GH-8962]
providers/docker: Isolate windows check within executor to handle running through VM [GH-8921]
providers/hyper-v: Properly invoke Auto stop action [GH-9000]
provisioners/puppet: Fix winssh communicator support in puppet provisioner [GH-9014]
virtualbox/synced_folders: Allow synced folders to contain spaces in the guest path [GH-8995]
- removed patches, that have been merged upstream
- 0010-virtualbox-5.2-support.patch
- 0020-also-build-with-ruby2.4.patch
- 0021-Use-Integer-instead-of-Fixnum-for-Ruby-2.4-compatibi.patch
- 0022-Do-not-use-deprecated-API.patch
- update to version 2.0.0
IMPROVEMENTS:
commands/login: Add support for two-factor authentication [GH-8935]
commands/ssh-config: Properly display windows path if invoked from msys2 or cygwin [GH-8915]
guests/alt: Add support for ALT Linux [GH-8746]
guests/kali: Fix file permissions on guest plugin ruby files [GH-8950]
hosts/linux: Provide common systemd detection for services interaction, fix NFS host interactions [GH-8938]
providers/salt: Remove duplicate stdout, stderr output from salt [GH-8767]
providers/salt: Introduce salt_call_args and salt_args option for salt provisioner [GH-8927]
providers/virtualbox: Improving resilience of some VirtualBox commands [GH-8951]
provisioners/ansible(both): Add the compatibility_mode option, with auto-detection enabled by default [GH-8913, GH-6570]
provisioners/ansible: Add the version option to the host-based provisioner [GH-8913, GH-8914]
provisioners/ansible(both): Add the become and become_user options with deprecation of sudo and sudo_user options [GH-8913, GH-6570]
provisioners/ansible: Add the ask_become_pass option with deprecation of the ask_sudo_pass option [GH-8913, GH-6570]
BUG FIXES:
guests/shell_expand_guest_path : Properly expand guest paths that include relative path alias [GH-8918]
hosts/linux: Remove duplicate export folders before writing /etc/exports [GH-8945]
provisioners/ansible(both): Add single quotes to the inventory host variables, only when necessary [GH-8597]
provisioners/ansible(both): Add the \"all:vars\" section to the inventory when defined in groups option [GH-7730]
provisioners/ansible_local: Extra variables are no longer truncated when a dollar ($) character is present [GH-7735]
provisioners/file: Align file provisioner functionality on all platforms [GH-8939]
util/ssh: Properly quote key path for IdentityFile option to allow for spaces [GH-8924]
BREAKING CHANGES:
Both Ansible provisioners are now capable of automatically setting the compatibility_mode that best fits with the Ansible version in use. You may encounter some compatibility issues when upgrading. If you were using Ansible 2.x and referring to the _ssh-prefixed variables present in the generated inventory (e.g. ansible_ssh_host). In this case, you can fix your Vagrant setup by setting compatibility_mode = \"1.8\", or by migrating to the new variable names (e.g. ansible_host).
- update to version 1.9.8 (August 23, 2017)
IMPROVEMENTS:
bash: Add box prune to contrib bash completion [GH-8806]
commands/login: Ask for description of Vagrant Cloud token [GH-8876]
commands/validate: Improve functionality of the validate command [GH-8889]n
core: Updated Vagrants rspec gem to 3.5.0 [GH-8850]
core: Validate powershell availability and version before use [GH-8839]
core: Introduce extra_args setting for ssh configs [GH-8895]
docs: Align contrib/sudoers file for ubuntu linux with docs [GH-8842]
provider/hyperv: Prefer IPv4 guest address [GH-8831, GH-8759]
provisioners/chef: Add config option omnibus_url for chef provisioners [GH-8682]
provisioners/chef: Improve exception handling around missing folder paths [GH-8775]
BUG FIXES:
box/update: Add force flag for box upgrade command [GH-8871]
commands/rsync-auto: Ensure relative dirs are still rsync\'d if defined [GH-8781]
commands/up: Disable install providers when using global id on vagrant up [GH-8910]
communicators/winssh: Fix public key insertion to retain ACL [GH-8790]
core: Update util/ssh to use -o for identity files [GH-8786]
guests/freebsd: Fix regex for listing network devices on some FreeBSD boxes. [GH-8760]
hosts/windows: Prevent control characters in version check for WSL [GH-8902, GH-8901]
providers/docker: Split String type links into Array when using compose [GH-8837, GH-8821]
providers/docker: Expand relative volume paths correctly [GH-8838, GH-8822]
providers/docker: Error when compose option enabled with force_host_vm [GH-8911]
provisioners/ansible: Update to use -o for identity files [GH-8786]
provisioners/file: Ensure remote folder exists prior to scp file or folder [GH-8880]
provisioners/salt: Fix error case when github is unreachable for installer [GH-8864]
provisioners/shell: Allow frozen string scripts [GH-8875]
provisioners/puppet: Remove --manifestdir flag from puppet apply in provisioner [GH-8797]
synced_folders/rsync: Correctly format IPv6 host [GH-8840, GH-8809]
-

Thu Sep 21 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- reenabled ruby2.5 builds for Tumbleweed

Wed Sep 20 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- added explicit BuildRequires from vagrant.gemspec to spec file

Wed Sep 20 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- disabled ruby2.5 builds on Tumbleweed

Wed Sep 13 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- narrowed down the BuildRequires for rubygem-i18n <= 0.7 and rubygem-rake < 12

Wed Sep 13 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- added packages ruby2.5-vagrant and ruby2.5-vagrant-doc to spec; added bcond_with for ruby25 on not-Tumbleweed

Tue Sep 12 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- major rewrite of the packaging:
- added package vagrant-common, that contains files not relate to a specific ruby version, like templates in /usr/share
- added two subpackages for each ruby-version, one for the docs and one for the vagrant executables
- DEPENDENCIES ARE NOT CONFIGURED CORRECTLY YET
- added %if-conditions to only use ruby2.1 on non-Tumbleweed aka Leap 42.
*
- modified bcond_with to build with ruby 2.1/2.2/2.3 on Leap and ruby2.4 on Tumbleweed
- adjusted ruby build versions to build for ruby2.4 on TW and for ruby2.1 to 2.4 on Leap
- added section for ruby2.4-vagrant to spec
- renamed patch 0021-require-ruby-2.1-to-allow-multibuilds-on-openSUSE-Bu.patch to 0031-require-ruby-2.1-to-allow-multibuilds-on-openSUSE-Bu.patch
- added patches to fix builds with ruby2.4
- 0021-Use-Integer-instead-of-Fixnum-for-Ruby-2.4-compatibi.patch
- 0022-Do-not-use-deprecated-API.patch
- reworked patch 0031 to work with version 1.9.7
- added 0031-allow-builds-for-Leap-42.-on-OBS-by-setting-required.patch
- removed 0031-require-ruby-2.1-to-allow-multibuilds-on-openSUSE-Bu.patch
- added explicit Requires for i18n and childprocess; cosmetic changes
- BuildRequires and Requires for rubygem-childprocess changed to avoid \'have choice\'

Tue Aug 29 14:00:00 2017 robert.munteanuAATTgmail.com
- Added 0024-do-not-depend-on-wdm.patch - that rubygem only works
on windows

Wed Aug 16 14:00:00 2017 robert.munteanuAATTgmail.com
- Rebase 0023-vbox-fix-package.patch for Vagrant 1.9.7
- Fix various \'have choice for ...\' errors

Sun Aug 13 14:00:00 2017 robert.munteanuAATTgmail.com
- add 0023-vbox-fix-package.patch ( boo#1044087 )

Tue Jul 25 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- renamed patch 0010-also-build-with-ruby2.4.patch to
0020-also-build-with-ruby2.4.patch
- add patches for ruby2.4 compatibility

* added patch
0021-Use-Integer-instead-of-Fixnum-for-Ruby-2.4-compatibi.patch

* added patch 0022-Do-not-use-deprecated-API.patch

Mon Jul 24 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- update to version 1.9.7
- removed patch 0005-Support-system-installed-plugins.patch that
no longer applies
- added patch 0010-also-build-with-ruby2.4.patch that allows builds
with ruby2.4, even if vagrant states otherwise
(https://github.com/mitchellh/vagrant/blob/master/vagrant.gemspec#L15)

Thu Jun 15 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- as rubygem-childprocess has been updated to 0.7 in d:l:r:e, which
does not work with vagrant, a BuildRequires for
rubygem-childprocess <= 0.7 has been added

Sun May 21 14:00:00 2017 opensuse_buildserviceAATTojkastl.de
- update to version 1.9.5
- removed patch 0007-Update-command.rb.patch, that has been
integrated upstream
- rebased patches to allow patching version 1.9.5 instead of 1.9.1
- added explicit BuildRequires for rubygems needed to get vagrant
to build

Tue Mar 7 13:00:00 2017 robert.munteanuAATTgmail.com
- Fix build in factory - failed due to
\"have choice for rubygem(ruby:2.2.0:nokogiri)\"

Mon Mar 6 13:00:00 2017 jloehelAATTsuse.com
- Add 0009-plugins-don-t-abuse-require_relative.patch
to fix \'vagrant fails configuring VM network\' (bsc#1026449)

Thu Feb 16 13:00:00 2017 robert.munteanuAATTgmail.com
- Fix build on openSUSE Leap 42.2

Thu Feb 16 13:00:00 2017 robert.munteanuAATTgmail.com
- Prevent \'have choice for rubygem(ruby:2.1.0:mime-types) >= 1.16\'
for Leap 42.{1,2}

Mon Feb 13 13:00:00 2017 robert.munteanuAATTgmail.com
- Re-add 0008-Read-data-from-usr-share-vagrant.patch as vagrant
fails at runtime otherwise. Debian dropped it due to installing
the package using rubygems layout, but we don\'t do that

Mon Feb 13 13:00:00 2017 robert.munteanuAATTgmail.com
- sync with 1.9.1
https://packages.debian.org/sid/main/vagrant
- Patch changelog
+ Added

* 0001-Disable-Checkpoint.patch

* 0002-bin-vagrant-silence-warning-about-installer.patch

* 0003-Use-a-private-temporary-dir.patch

* 0004-linux-cap-halt-don-t-wait-for-shutdown-h-now-to-fini.patch

* 0005-Support-system-installed-plugins.patch

* 0006-Relax-dependency-resolution.patch

* 0007-Update-command.rb.patch
+ Deleted

* 0002-Disable-Checkpoint.patch

* 0003-VERSION-fallback-to-usr-share-vagrant-version.txt.patch

* 0004-bin-vagrant-silence-warning-about-installer.patch

* 0005-Read-data-from-usr-share-vagrant.patch

* 0006-Look-up-vagrant-pre-rubygems.rb-from-the-installed-p.patch

* 0007-Make-Bundler-also-lookup-into-rubygems-integration-p.patch

* 0008-Use-a-private-temporary-dir.patch

* 0009-linux-cap-halt-don-t-wait-for-shutdown-h-now-to-fini.patch

* 0011-Relax-dependency-resolution.patch

* 0011-Support-system-installed-plugins.patch

* 0012-require-vagrant-version-from-system.patch

Tue Sep 6 14:00:00 2016 mmannoAATTsuse.com
- sync with 1.8.5
https://packages.debian.org/sid/main/vagrant

Fri Mar 4 13:00:00 2016 dmacvicarAATTsuse.de
- sync with 1.8.1
https://packages.debian.org/sid/main/vagrant
- remove
0001-SUSE-flavored-systems-uses-STARTMODE-and-not-ONBOOT.patch
(already upstream in 1.8.1)

Mon Nov 23 13:00:00 2015 dmacvicarAATTsuse.de
- add Provides/Obsoletes
- install manpage

Sun Nov 8 13:00:00 2015 dmacvicarAATTsuse.de
- add 0001-SUSE-flavored-systems-uses-STARTMODE-and-not-ONBOOT.patch
to fix reboot with dhcp

Sun Nov 8 13:00:00 2015 dmacvicarAATTsuse.de
- split out vim, emacs and bash files

Sun Nov 8 13:00:00 2015 dmacvicarAATTsuse.de
- follow plugin convention from Debian package by Antonio Terceiro
and Laurent Bigonville
- use patches from https://packages.debian.org/sid/main/vagrant

Tue Sep 1 14:00:00 2015 mrueckertAATTsuse.de
- sync BR with gemspec
- make sure we notice when the gemspec isnt working anymore
by running bundle exec bin/vagrant --version

Tue Sep 1 14:00:00 2015 mrueckertAATTsuse.de
- 1.7.4


 
ICM