From a2925fe2af69386d72554b412744f2ac1c49ee02 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Feb 15 2019 16:22:16 +0000 Subject: Disable Vagrant's built-in version check. --- diff --git a/binstub b/binstub index cebe8fa..f9367e5 100644 --- a/binstub +++ b/binstub @@ -51,6 +51,9 @@ if [ -z ${VAGRANT_PREFERRED_PROVIDERS+empty} ]; then fi export VAGRANT_PREFERRED_PROVIDERS +# Disable Vagrant's built-in version check. +export VAGRANT_CHECKPOINT_DISABLE=yes + # Call the actual Vagrant bin with our arguments exec ruby "${VAGRANT_EXECUTABLE}" "$@" diff --git a/vagrant.spec b/vagrant.spec index 0eef5fd..5ac4b9e 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -4,7 +4,7 @@ Name: vagrant Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Build and distribute virtualized development environments License: MIT URL: http://vagrantup.com @@ -345,6 +345,9 @@ end %changelog +* Fri Feb 15 2019 Vít Ondruch - 2.2.3-2 +- Disable Vagrant's built-in version check. + * Thu Feb 14 2019 Pavel Valena - 2.2.3-1 - Update to Vagrant 2.2.3.