summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-10-24 15:55:43 +0200
committerVít Ondruch <vondruch@redhat.com>2015-01-21 12:53:02 +0100
commit3af5dd66ac8741189c19ae6daa3940f540e19a44 (patch)
tree2e1943932cf012375146ff9a7bc89246d664ae7a
parent94e6c8570d9b3e0735fa804a7b821f0e618286f4 (diff)
downloadfedora-vagrant-3af5dd66ac8741189c19ae6daa3940f540e19a44.tar.gz
fedora-vagrant-3af5dd66ac8741189c19ae6daa3940f540e19a44.tar.xz
fedora-vagrant-3af5dd66ac8741189c19ae6daa3940f540e19a44.zip
Add comment with link with upstream PR.
-rw-r--r--vagrant-1.6.5-fix-dependencies.patch6
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