Relax fog-core dependency to work with recently rebased one.
This commit is contained in:
parent
80c9462cc6
commit
90dbacc756
@ -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 <pvalena@redhat.com> - 0.0.43-2
|
||||
- Relax fog-core dependency to work with recently rebased one.
|
||||
|
||||
* Mon Oct 01 2018 pvalena <pvalena@redhat.com> - 0.0.43-1
|
||||
- Update to vagrant-libvirt 0.0.43.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user