diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec index 27dd645..4b1adb9 100644 --- a/vagrant-libvirt.spec +++ b/vagrant-libvirt.spec @@ -2,7 +2,7 @@ Name: %{vagrant_plugin_name} Version: 0.0.30 -Release: 3%{?dist} +Release: 4%{?dist} Summary: libvirt provider for Vagrant Group: Development/Languages License: MIT @@ -23,7 +23,6 @@ Requires: rubygem(fog-libvirt) Requires: rubygem(nokogiri) => 1.6.0 Requires: rubygem(nokogiri) < 1.7 Requires: rubygem(multi_json) -Requires: libvirt # vagrant-libvirt supports only kvm and qemu for now. # https://github.com/pradels/vagrant-libvirt#provider-options Requires: libvirt-daemon-kvm @@ -75,6 +74,7 @@ install -m 0644 %{SOURCE1} %{buildroot}%{vagrant_plugin_docdir}/polkit pushd .%{vagrant_plugin_instdir} sed -i '/:git/ s|:git.*$|:path => "%{vagrant_dir}"|' Gemfile sed -i '/pry/d' Gemfile +sed -i '10igem "rspec", "~> 2.0"' Gemfile sed -i '/rspec/ s|\[\".*\"]|["~> 2.0"]|' vagrant-libvirt.gemspec bundle exec rspec2 spec @@ -114,6 +114,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant %changelog +* Mon Sep 14 2015 Josef Stribny - 0.0.30-4 +- Drop unnecessary explicit libvirt require + * Fri Jul 10 2015 Dan Williams - 0.0.30-3 - Fix: pass MAC addresses to vagrant to configure interfaces correctly