]> git.pld-linux.org Git - packages/vagrant.git/commitdiff
up to 1.6.3 tarball
authorElan Ruusamäe <glen@delfi.ee>
Tue, 22 Jul 2014 03:13:32 +0000 (06:13 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 22 Jul 2014 03:13:32 +0000 (06:13 +0300)
no-warning.patch
vagrant.spec

index 799ba2f1720d372393d27f68c3357b2d415f759a..fbc5f544b89daea505d29fc1000a055c0821e6e4 100644 (file)
@@ -1,10 +1,10 @@
---- vagrant-1.5.0/bin/vagrant~ 2014-03-10 07:50:03.000000000 +0200
-+++ vagrant-1.5.0/bin/vagrant  2014-03-13 07:17:05.591081469 +0200
-@@ -137,11 +137,6 @@
+--- vagrant-1.6.3/bin/vagrant~ 2014-07-22 06:02:40.000000000 +0300
++++ vagrant-1.6.3/bin/vagrant  2014-07-22 06:06:52.465833858 +0300
+@@ -156,11 +156,6 @@
    logger.debug("Creating Vagrant environment")
    env = Vagrant::Environment.new(opts)
  
--  if !Vagrant.in_installer?
+-  if !Vagrant.in_installer? && !Vagrant.very_quiet?
 -    # If we're not in the installer, warn.
 -    env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
 -  end
index ab5a366056437e7924d97f27cdf3c9ff43ec68ad..c58dd3c495caa8ade60b3f617be3f354cda9af9c 100644 (file)
@@ -2,12 +2,12 @@
 # - release notes: https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md
 Summary:       Provisioning and deployment of virtual instances
 Name:          vagrant
-Version:       1.5.4
-Release:       0.6
+Version:       1.6.3
+Release:       0.1
 License:       MIT
 Group:         Applications/Emulators
 Source0:       https://github.com/mitchellh/vagrant/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: f6c22ddf494b3bcd860a751e38a8ef1c
+# Source0-md5: 55a91a9d9cba7b8b9d126c75b114e510
 Patch0:                source_root.patch
 Patch1:                rubygems.patch
 Patch2:                no-warning.patch
@@ -39,6 +39,8 @@ Requires:     ruby-net-scp >= 1.1.0
 Requires:      ruby-net-ssh < 2.8.0
 Requires:      ruby-net-ssh >= 2.6.6
 Requires:      ruby-rubygems
+Suggests:      VirtualBox-gui
+Suggests:      rdesktop
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.119863 seconds and 4 git commands to generate.