File 0003-Update-fog-core-to-latest-version.patch of Package vagrant-libvirt
From 44a760f6682767cc1d01285ac008cc554080006d Mon Sep 17 00:00:00 2001
From: Pirate Praveen Arimbrathodiyil <praveen@debian.org>
Date: Thu, 7 Feb 2019 20:57:20 +0530
Subject: [PATCH 3/3] Update fog-core to latest version
fog-core 2.x is released and we'd like to use it in debian
---
vagrant-libvirt.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index 4f6ad31..b1e97a7 100644
--- a/vagrant-libvirt.gemspec
+++ b/vagrant-libvirt.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-mocks", "~> 3.5.0"
s.add_runtime_dependency 'fog-libvirt', '>= 0.3.0'
- s.add_runtime_dependency 'fog-core', '~> 1.43.0'
+ s.add_runtime_dependency 'fog-core', '~> 2.1'
# Make sure to allow use of the same version as Vagrant by being less specific
s.add_runtime_dependency 'nokogiri', '~> 1.6'
--
2.20.1