summaryrefslogtreecommitdiffstats
path: root/vagrant-libvirt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant-libvirt.spec')
-rw-r--r--vagrant-libvirt.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec
index 7a0d60c..ae9884b 100644
--- a/vagrant-libvirt.spec
+++ b/vagrant-libvirt.spec
@@ -2,7 +2,7 @@
Name: %{vagrant_plugin_name}
Version: 0.0.24
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Libvirt provider for vagrant
Group: Development/Languages
License: MIT
@@ -17,7 +17,7 @@ Requires(posttrans): vagrant
Requires(preun): vagrant
Requires: ruby(release)
Requires: ruby(rubygems)
-Requires: rubygem(fog) => 1.23
+Requires: rubygem(fog) => 1.22
Requires: rubygem(fog) < 2
Requires: rubygem(ruby-libvirt)
#Requires: rubygem(ruby-libvirt) => 0.5.0
@@ -75,7 +75,7 @@ pushd .%{vagrant_plugin_instdir}
sed -i '/:git/ s|:git.*$|:path => "%{vagrant_dir}"|' Gemfile
sed -i '/rspec/ s|\[\".*\"]|["~> 2.0"]|' vagrant-libvirt.gemspec
-bundle exec rspec2 spec
+bundle exec rspec spec
popd
%pre
@@ -111,6 +111,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant
%changelog
+* Fri Jan 23 2015 Michael Adam <madam@redhat.com> - 0.0.24-3
+- Adapt dependencies for fedora 21.
+
* Fri Jan 23 2015 Michael Adam <madam@redhat.com> - 0.0.24-2
- Fix minor review issues.
- Move README.md to main package as doc.