Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

vagrant-bash-completion-2.3.7-6.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: vagrant-bash-completion Distribution: openSUSE Tumbleweed
Version: 2.3.7 Vendor: openSUSE
Release: 6.1 Build date: Wed Feb 28 21:02:48 2024
Group: Development/Languages/Ruby Build host: i01-ch2b
Size: 6641 Source RPM: vagrant-2.3.7-6.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/hashicorp/vagrant
Summary: Vagrant bash autocompletion
Optional dependency offering bash completion for vagrant

Provides

Requires

License

MIT

Changelog

* Tue Feb 27 2024 Илья Индиго <13ilya@gmail.com>
  - Added file childprocess-5.0.patch for support childprocess 5.0.
* Mon Feb 12 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - add patch 0014-Bump-vagrant_cloud_dependency.patch to allow newer
    vagrant_cloud versions
* Mon Jan 22 2024 Илья Индиго <ilya@ilya.cf>
  - Added file ruby-3.3.patch for ruby 3.3 support (boo#1218951).
* Thu Dec 21 2023 Илья Индиго <ilya@ilya.cf>
  - Relaxed the ruby version requirement.
* Thu Nov 16 2023 Dan Čermák <dcermak@suse.com>
  - relax webrick and rgl dependencies
    Add patches:
    * 0012-Bump-rgl-dependency-to-0.6.6.patch
    * 0013-Bump-webrick-dependency-to-1.8.0.patch
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Remove-dependency-on-grpc-tools.patch
    * 0011-Remove-vagrant-ssl-extension.patch as 0011-remove-ssl-extension.patch
* Sun Jun 18 2023 Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
  - Update to 2.3.7
    * https://github.com/hashicorp/vagrant/blob/v2.3.7/CHANGELOG.md#237-june-15-2023
    IMPROVEMENTS:
    - command/ssh: Enable deprecated key types and algorithms [GH-13179]
    - core: Update user error message on failed extension installs [GH-13207]
    - core: Support loading legacy providers in OpenSSL 3 [GH-13178]
    - provisioner/salt: Verify bootstrap-salt download [GH-13166]
    BUG FIXES:
    - communicator/ssh: Remove keyboard-interactive auth method [GH-13194]
    - provisioner/salt: Fix usage on Windows guests [GH-13086]
    VAGRANT-GO:
    - Update data layer implementation [GH-12904]
    - Update dependencies [GH-13201]
  - add 0011-remove-ssl-extension.patch to remove the vagrant ssl extension
* Tue May 30 2023 Илья Индиго <ilya@ilya.cf>
  - 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
* Wed Feb 22 2023 Dan Čermák <dcermak@suse.com>
  - Add missing Requires(pre): shadow
* Tue Jan 17 2023 Dan Čermák <dcermak@suse.com>
  - Add 0012-Only-check-for-arguments-matching-test-string-if-the.patch to fix
    test failures with Ruby 3.2
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Remove-dependency-on-grpc-tools.patch
    * 0011-Bump-Ruby-version-to-3.x.patch
    Added patch:
    * 0012-Only-check-for-arguments-matching-test-string-if-the.patch
* Tue Jan 10 2023 Dan Čermák <dcermak@suse.com>
  - Add patch to support building with Ruby 3.2
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Remove-dependency-on-grpc-tools.patch
    Added patch:
    * 0011-Bump-Ruby-version-to-3.x.patch
* Mon Dec 12 2022 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.3.4
    [#]# 2.3.4 (December 9, 2022)
    IMPROVEMENTS:
  - host/darwin: Isolate loading incompatible libraries to support EOL platforms [GH-13022]
  - provider/virtualbox: Detect network type when not provided [GH-13024]
    BUG FIXES:
  - host/windows: Add fix for Powershell 7.3.0 [GH-13006]
  - provider/virtualbox: Adjust hostnet DHCP configuration, ignore invalid devices [GH-13004]
  - provisioner/ansible: Fix install package names on older debian (and derivatives) versions [GH-13017]
* Wed Nov 16 2022 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.3.3
    Rebased patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Remove-dependency-on-grpc-tools.patch
    Removed patches (merged upstream):
    * 0011-Bump-net-ssh-to-7.0.patch
    * 0012-Relax-rspec-dependency-to-3.11.patch
    [#]# 2.3.3 (November 15, 2022)
    IMPROVEMENTS:
  - core: Bump net-ssh dependency to 7.0 and remove patches [GH-12979]
  - synced_folders/rsync: Include ssh `extra_args` value [GH-12973]
    BUG FIXES:
  - command/serve: Force root level namespace for Google constant [GH-12989]
  - guest/solaris: Fix insecure key authorized keys removal [GH-12740]
  - provider/virtualbox: Fix `:private_network` support for VirtualBox 7 on macOS [GH-12983]
  - provider/virtualbox: Prevent localization of command output [GH-12994]
  - provisioner/ansible: Update setup packages in debian capability [GH-12832]
* Fri Nov 04 2022 Dan Čermák <dcermak@suse.com>
  - Add missing requires to vagrant, fixes boo#1205020
* Tue Nov 01 2022 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.3.2
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    Removed patches:
    * 0010-Add-support-for-Ruby-3.1.patch
    * 0011-Remove-dependency-on-grpc-tools.patch (rebased as 0010-Remove-dependency-on-grpc-tools.patch)
    Added patches:
    * 0010-Remove-dependency-on-grpc-tools.patch
    * 0011-Bump-net-ssh-to-7.0.patch
    * 0012-Relax-rspec-dependency-to-3.11.patch
    [#]# 2.3.2 (October 18, 2022)
    FEATURES:
  - provider/virtualbox: Add support for VirtualBox 7.0 [GH-12947]
    [#]# 2.3.1 (September 29, 2022)
    IMPROVEMENTS:
  - core: Raise error if required metadata.json box fields are not present [GH-12895]
  - core: Provider helpful error when box version format is invalid [GH-12911]
    BUG FIXES:
  - Fix flakiness when bringing up a machine that forwards ssh [GH-12909]
  - communicator/ssh: Fix `private_key_path` behavior when `keys_only` is disabled [GH-12885]
  - synced_folder/nfs: Update exports file creation [GH-12910]
  - util/downloader: Fix user agent [GH-12925]
    VAGRANT-GO:
  - Support secret interactive input [GH-12876]
  - Support terminal coloring [GH-12888]
  - Validate if requested provider is usable and append/prepend information to errors [GH-12898]
  - Raise error if required metadata.json box fields are not present [GH-12919]
* Fri Sep 23 2022 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.3.0
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Add-support-for-Ruby-3.1.patch
    Removed patches:
    * 0011-Bump-version-of-ed25519-to-1.3.0.patch
    * 0012-Bump-rspec-dependency-to-3.11.0.patch
    * 0013-Stop-using-the-last-argument-as-kwargs-in-unit-tests.patch
    Added patches:
    * 0011-Remove-dependency-on-grpc-tools.patch
    [#]# 2.3.0 (August 5, 2022)
    FEATURES:
  - core: Introduce vagrant-go [GH-12819]
    IMPROVEMENTS:
  - core: Set rsa-sha2 in kex algorithm set to enable in key exchange [GH-12584]
  - core/bundler: Improve Gem spec selection when resolving [GH-12567]
  - push/heroku: Display output from push [GH-12646]
    BUG FIXES:
  - host/darwin: Fix `NameError` for version capability [GH-12581]
  - push/ftp:  Fix `VAGRANT_CWD` handling [GH-12645]
  - guests/redhat: Fix NFS shares on Rocky 9 guests [GH-12813]
* Thu Sep 22 2022 Dan Čermák <dcermak@suse.com>
  - Remove BuildRequires on rubygem-thor (no longer necessary)
* Mon Aug 08 2022 Dan Čermák <dcermak@suse.com>
  - Remove BuildRequires on public_suffix
    This has been only added to prevent a "have choice for" error, which now
    causes problems.
* Mon Feb 28 2022 Dan Čermák <dcermak@suse.com>
  - Bump rspec version to ~> 3.11.0
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Add-support-for-Ruby-3.1.patch
    * 0011-Bump-version-of-ed25519-to-1.3.0.patch
    Added patches:
    * 0012-Bump-rspec-dependency-to-3.11.0.patch
    * 0013-Stop-using-the-last-argument-as-kwargs-in-unit-tests.patch
* Tue Feb 01 2022 Dan Čermák <dcermak@suse.com>
  - Switch to default Ruby on TW
  - Bump ed25519 version to ~> 1.3.0
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Add-support-for-Ruby-3.1.patch
    Added patch:
    * 0011-Bump-version-of-ed25519-to-1.3.0.patch
* Tue Jan 04 2022 Dan Čermák <dcermak@suse.com>
  - Switch vagrant to Ruby 3.1
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    Added patch:
    * 0010-Add-support-for-Ruby-3.1.patch
* Thu Dec 02 2021 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.2.19
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    Removed patches:
    * 0010-Bump-listen-version-to-3.6.patch
    [#]# 2.2.19 (November 5, 2021)
    IMPROVEMENTS:
  - guest/suse: Add fallback shutdown for versions without systemd [GH-12489]
  - provider/virtualbox: Validate VirtualBox hostonly network range [GH-12564]
    BUG FIXES
  - guest/atomic: Update detection to prevent matching on non-atomic guests [GH-12575]
  - guest/coreos: Fix configure network capability [GH-12575]
  - guest/windows: Fix directory creation with rsync [GH-11880]
  - host/windows: Properly handle spaces in path to SSH key [GH-12398]
  - provisioner/chef: Update install checks [GH-12555]
* Thu Oct 14 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Use unconditional load: the %{?load…} construct does not work
    with RPM 4.17, and not being able to load would give completely
    different result anyway.
  - Fix the construct to block invalid ruby versions. The syntax
    %{ruby:3 < 3.1} 'worked', but essentially just translated to
    %{ruby} in older RPM versions.
* Tue Aug 03 2021 Dan Čermák <dcermak@suse.com>
  - Switch to Ruby 3.0 on Tumbleweed
  - New upstream release 2.2.18
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    Removed patch:
    * 0010-Bump-listen-version-to-3.5.patch
    * 0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
    * 0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
    * 0013-Include-rexml-dependency.patch
    * 0014-Bump-constraints-on-childprocess-and-net-scp.patch
    * 0015-Remove-no-longer-required-gem-webmock.patch
    Added patch:
    * 0010-Bump-listen-version-to-3.6.patch
    [#]# 2.2.18 (July 27, 2021)
    BUG FIXES:
  - core: Fix of plugin manager kwargs [GH-12452]
  - providers/docker: Pass in docker command opts as a map [GH-12449]
  - providers/hyperv: Fix network address detection [GH-12472]
    [#]# 2.2.17 (July 7, 2021)
    FEATURES:
  - guest/rocky: Add guest support for Rocky Linux [GH-12440]
    IMPROVEMENTS:
  - command/package: Add --info flag to package command [GH-12304]
  - guest/debian: Retry network setup on debain [GH-12421]
  - guest/suse: Use systemctl poweroff in the background instead of shutdown [GH-12439]
  - guest/windows: Get powershell path in %WINDIR%/System32 [GH-12436]
  - host/windows: Check Domain and Application Directory contexts for credentials when validating SMB creds [GH-12428]
  - providers/hyper-v: Fix IP detection when multiple devices are attached [GH-12232]
  - provisioner/ansible: Detects new versions of ansible-4.0.0+ [GH-12391]
  - provisioner/ansible: Strip whitespace from ansible version [GH-12420]
  - provisioner/salt: Always use upstream Salt bootstrap script on Windows [GH-12127]
  - provisioner/salt: Use more conservative TLS settings to work on older .NET versions [GH-12413]
  - provisioner/shell: Buffer output to display full lines [GH-12437]
  - vagrant: Updates to support Ruby 3.0 [GH-12427]
    BUG FIXES:
  - command/cloud: Fix authentication middleware to prevent breaking local paths [GH-12419]
  - communicator/ssh: Fix net-ssh patches for RSA signatures [GH-12415]
  - core: Add box directly with authed urls [GH-12278]
* Tue Jul 06 2021 Dan Čermák <dcermak@suse.com>
  - Remove no longer required gem webmock
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Bump-listen-version-to-3.5.patch
    * 0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
    * 0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
    * 0013-Include-rexml-dependency.patch
    * 0014-Bump-constraints-on-childprocess-and-net-scp.patch
    Added patch:
    * 0015-Remove-no-longer-required-gem-webmock.patch
* Tue Jul 06 2021 Dan Čermák <dcermak@suse.com>
  - Bump childprocess version
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Bump-listen-version-to-3.5.patch
    * 0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
    * 0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
    Added patches:
    * 0013-Include-rexml-dependency.patch
    * 0014-Bump-constraints-on-childprocess-and-net-scp.patch
* Thu Jul 01 2021 Dan Čermák <dcermak@suse.com>
  - Add patch to fix occasional shutdown failures with virtualbox
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Bump-listen-version-to-3.5.patch
    * 0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
    Added patches:
    * 0012-Use-systemctl-poweroff-in-the-background-instead-of-.patch
* Fri Apr 30 2021 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.2.16
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Bump-listen-version-to-3.5.patch
    Added patches:
    * 0011-Mock-the-PowerShell.executable-method-in-more-tests.patch
    [#]# 2.2.16 (April 29, 2021)
    IMPROVEMENTS:
  - guest/linux: Detect in process shutdown in reboot capability [GH-12302]
  - util/powershell: Support `pwsh` executable in new versions of powershell [GH-12335]
    BUG FIXES:
  - core: Add box directly with authed urls [GH-12278]
  - communicator/ssh: Properly handle authentication with RSA keys [GH-12298]
  - guest/fedora: Import guest detection module [GH-12275]
  - guest/linux: Fix SMB folder mount name capability call [GH-12281]
  - provider/docker: Properly handle updated buildkit build output [GH-12300]
* Tue Apr 27 2021 Dan Čermák <dcermak@suse.com>
  - Bump rubygem-listen version to 3.5
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    Add patch:
    * 0010-Bump-listen-version-to-3.5.patch
* Thu Apr 01 2021 Dan Čermák <dcermak@suse.com>
  - New upstream release 2.2.15
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    Remove patches (merged upstream):
    * 0010-Update-rake-to-13.0.patch
    * 0011-Bump-listen-gem-version-and-remove-ruby_dep.patch
    * 0012-Bump-bcrypt_pbkdf-version.patch
    [#]# 2.2.15 (March 30, 2021)
    IMPROVEMENTS:
  - command/cloud: Remove access token URL parameter by default [GH-12234]
  - command/cloud: Add VAGRANT_SERVER_ACCESS_TOKEN_BY_URL to revert access token behavior [GH-12252]
  - core: Bump vagrant_cloud dependency to 3.0.3 [GH-12200]
  - core: Bump listen gem version and remove ruby_dep [GH-12148]
  - core: Bump vagrant_cloud dependency to 3.0.4 [GH-12242]
  - core/bundler: Update resolution handling when outside of installer and bundler [GH-12225]
  - core/plugin: Provide friendlier error messages on install fail when possible [GH-12225]
  - guest/openwrt: Add support for OpenWrt guests [GH-11791]
  - guest/freebsd: FreeBSD updated ansible to py37-ansible [GH-12201]
  - provider/virtualbox: Get default dhcp ip from a matching host ip [GH-12211]
  - util/downloader: Prevent redirect notification for default store [GH-12235]
    BUG FIXES:
  - command/cloud: Automatically disable direct uploads when file is too large [GH-12250]
  - core: Make shell script for loop shell agnostic [GH-12205]
  - core: Raise error if downloading box metadata fails [GH-12189]
  - core: Apply download options to metadata requests [GH-12177]
  - core: Don't try to find "" by prefix in the machine index [GH-12188]
  - core: Don't count not created machines as declined when destroying [GH-12186]
  - core: Bump bcrypt_pbkdf version [GH-12216]
  - core: Remove all space from checksums [GH-12168]
  - core/bundler: Do not include default gems as pinned constraints [GH-12253]
  - core/synced_folders: Extract os friendly mount name for vbox shared folders [GH-12184]
  - guest/alpine: Check if interface exists before shutting it down [GH-12181]
  - guest/nixos: Fix network config for recent NixOS releases [GH-12152]
  - guest/fedora: Detect fedora using os-releases id [GH-12230]
* Mon Mar 01 2021 Dan Čermák <dcermak@suse.com>
  - Fix removed dependency on bcrypt_pbkdf
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Update-rake-to-13.0.patch
    * 0011-Bump-listen-gem-version-and-remove-ruby_dep.patch (was
      0012-Bump-listen-gem-version-and-remove-ruby_dep.patch)
    Added patch:
    * 0012-Bump-bcrypt_pbkdf-version.patch
    Removed patch:
    * 0011-Remove-not-required-bcrypt_pbkdf-gem.patch
* Fri Jan 29 2021 Dan Čermák <dcermak@suse.com>
  - Remove pointless ruby_dep dependency and bump listen version
    Add patch:
    * 0012-Bump-listen-gem-version-and-remove-ruby_dep.patch
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Update-rake-to-13.0.patch
    * 0011-Remove-not-required-bcrypt_pbkdf-gem.patch
* Fri Jan 22 2021 Dan Čermák <dcermak@suse.com>
  - Remove not required bcrypt_pbkdf gem
    Add patch:
    * 0011-Remove-not-required-bcrypt_pbkdf-gem.patch
    Rebase patches:
    * 0001-bin-vagrant-silence-warning-about-installer.patch
    * 0002-Use-a-private-temporary-dir.patch
    * 0003-plugins-don-t-abuse-require_relative.patch.patch
    * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
    * 0005-do-not-depend-on-wdm.patch
    * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
    * 0007-Don-t-abuse-relative-paths-in-plugins.patch
    * 0008-Skip-failing-tests.patch
    * 0009-Disable-Subprocess-unit-test.patch
    * 0010-Update-rake-to-13.0.patch

Files

/usr/share/bash-completion/completions/vagrant


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024