diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec index bc8cb1a..ef3f96e 100644 --- a/vagrant-libvirt.spec +++ b/vagrant-libvirt.spec @@ -4,7 +4,7 @@ Name: %{vagrant_plugin_name} Version: 0.0.43 -Release: 1%{?dist} +Release: 2%{?dist} Summary: libvirt provider for Vagrant License: MIT URL: https://github.com/vagrant-libvirt/vagrant-libvirt @@ -47,6 +47,10 @@ Documentation for %{name}. %prep %setup -q -n %{vagrant_plugin_name}-%{version} -b2 +# Relax fog-core dependency to work with recently rebased one +%gemspec_remove_dep -s ../%{vagrant_plugin_name}-%{version}.gemspec -g fog-core '~> 1.43.0' +%gemspec_add_dep -s ../%{vagrant_plugin_name}-%{version}.gemspec -g fog-core '>= 1.43.0' + %build gem build ../%{vagrant_plugin_name}-%{version}.gemspec %vagrant_plugin_install @@ -107,6 +111,9 @@ popd %{vagrant_plugin_instdir}/vagrant-libvirt.gemspec %changelog +* Fri Nov 02 2018 Pavel Valena - 0.0.43-2 +- Relax fog-core dependency to work with recently rebased one. + * Mon Oct 01 2018 pvalena - 0.0.43-1 - Update to vagrant-libvirt 0.0.43.