[vagrant] Add comment with link with upstream PR.

Vít Ondruch vondruch at fedoraproject.org
Wed Jan 21 13:36:31 UTC 2015


commit 3af5dd66ac8741189c19ae6daa3940f540e19a44
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Oct 24 15:55:43 2014 +0200

    Add comment with link with upstream PR.

 vagrant-1.6.5-fix-dependencies.patch |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/vagrant-1.6.5-fix-dependencies.patch b/vagrant-1.6.5-fix-dependencies.patch
index 16c5489..f9624b0 100644
--- a/vagrant-1.6.5-fix-dependencies.patch
+++ b/vagrant-1.6.5-fix-dependencies.patch
@@ -1,12 +1,14 @@
 diff --git a/bin/vagrant b/bin/vagrant
-index 21630e1..4fc6b96 100755
+index 21630e1..ac28e04 100755
 --- a/bin/vagrant
 +++ b/bin/vagrant
-@@ -15,7 +15,7 @@ end
+@@ -15,7 +15,9 @@ end
  
  # Fast path the version of Vagrant
  if argv.include?("-v") || argv.include?("--version")
 -  require "vagrant/version"
++  # Fixes non-gemified Vagrant to display the version.
++  # https://github.com/mitchellh/vagrant/pull/4703
 +  require_relative "../lib/vagrant/version"
    puts "Vagrant #{Vagrant::VERSION}"
    exit 0


More information about the scm-commits mailing list