summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-11-04 13:20:56 +0100
committerVít Ondruch <vondruch@redhat.com>2015-01-21 12:53:03 +0100
commita2d2dfc9cf0797e08b0785f75680039290ecc9e3 (patch)
treef483252f2e312f6e9c9cef04ace1d7bab6100ae2
parentb06fc4be38b37dbf24c8f4d773fe503504980016 (diff)
downloadfedora-vagrant-a2d2dfc9cf0797e08b0785f75680039290ecc9e3.tar.gz
fedora-vagrant-a2d2dfc9cf0797e08b0785f75680039290ecc9e3.tar.xz
fedora-vagrant-a2d2dfc9cf0797e08b0785f75680039290ecc9e3.zip
Drop vagrant executable patches.
-rw-r--r--vagrant.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/vagrant.spec b/vagrant.spec
index 9ba98a2..cb378b4 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -126,11 +126,6 @@ install -d -m 755 %{buildroot}%{_sharedstatedir}/%{name}
#sed -i -e "s|If all else fails, return VirtualBox|If all else fails, return libvirt|" %{buildroot}%{gem_instdir}/lib/vagrant/environment.rb
#sed -i -e "s|return :virtualbox|return :libvirt|" %{buildroot}%{gem_instdir}/lib/vagrant/environment.rb
-# Temporal fix for Vagrant not seeing the extensions
-# Let's require them sooner
-#sed -i -e "2irequire 'nokogiri'" %{buildroot}%{gem_instdir}/bin/vagrant
-#sed -i -e "3irequire 'libvirt'" %{buildroot}%{gem_instdir}/bin/vagrant
-
%check
# Unpack the vagran-spec and adjust the directory name.
tar xvzf %{S:2} -C ..