File project.diff of Package vagrant-libvirt
--- 0001-Remove-simplecov-from-tests.patch.orig
+++ 0001-Remove-simplecov-from-tests.patch
@@ -1,17 +1,10 @@
-From 31556255dc146457cfc72e85ca03e0b0bcbf52b0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <dcermak@suse.com>
-Date: Thu, 1 Apr 2021 15:25:35 +0200
-Subject: [PATCH] Remove simplecov from tests
-
----
- spec/spec_helper.rb | 29 -----------------------------
- 1 file changed, 29 deletions(-)
-
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index e688eb9..eb271cc 100644
+index 71f055a..d891f31 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
-@@ -1,32 +1,3 @@
+@@ -1,34 +1,5 @@
+ # frozen_string_literal: true
+
-require 'simplecov'
-require 'simplecov-lcov'
-
@@ -44,6 +37,3 @@ index e688eb9..eb271cc 100644
require 'vagrant-libvirt'
require 'support/environment_helper'
require 'vagrant-spec/unit'
---
-2.31.1
-
--- vagrant-libvirt.changes.orig
+++ vagrant-libvirt.changes
@@ -1,4 +1,55 @@
-------------------------------------------------------------------
+Wed Oct 13 19:43:19 UTC 2021 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 0.6.2
+ * Ensure ssh_run and ssh actions match vagrant #1378
+- Update to version 0.6.1
+ * Bugfix release
+- Update to version 0.6.0
+ Closed issues:
+ * Vagrant up times out after a provisioner reboots the VM.
+ * Configuring provider uri per vm definition is not thread-safe.
+ * Not sure if this is a vagrant-libvirt issue but SD card is not
+ correctly read. blk_update_request: I/O error. #1346
+ * Error connecting to graphical console at virt-manager. Unable
+ to read from monitor. #1340
+ * ERROR warden: Error occurred: Call to virStorageVolCreateXML
+ failed: storage volume 'xxx_box.img' exists already #1338
+ * bus pci.0 not found for q35 #1327
+ * machine_virtual_size has not real effect #1325
+ * Dep ruby-libvirt broken with Vagrant 2.2.17 and Ruby >=3.0
+ * Creating a VM with numa fails - Parameter -numa node,mem is
+ not supported #1312
+ * GPT PMBR size mismatch with second disk #1308
+ * Export/Import Box as Original VM with virsh dumpxml and virsh
+ define? #1256
+ * hangs on Waiting for domain to get an IP address only on remote
+ libvirt #1252
+ * Support frozen string literals #1177
+ Merged pull requests:
+ * Add aliases for devices #1374
+ * Handle VM not accessible during reboot #1367
+ * Support provider URI per machine definition #1363
+ * Ensure sensible default USB controller model used #1362
+ * Avoid blanking username if set by user #1352
+ * Fix variable in entrypoint.sh when determining user based on
+ Vagrantfile ownership #1349
+ * Output XML elements to debug logs #1345
+ * Support dev setting vagrant-spec version from env #1344
+ * Retrieve IP Address of management interface using
+ qemu-guest-agent commands #1341 #1343
+ * Improve handling of cpu model and initrd settings #1333
+ * Fixed handling of nil volumes #1332
+ * Unrestrict rspec-* version to >= 3.5 to sync with vagrant #1330
+ * Use working directory for user/group resolution #1320
+ * Enable frozen string across project #1319
+ * Remove debug statement accidentally left behind #1318
+ * Allow rspec to float on minor releases #1316
+ * Disable removal of host keys by default #1315
+ * Use GracefulHalt builtin action #1310
+ * Basic packaging tests and restructure action #1307
+
+-------------------------------------------------------------------
Wed Aug 4 08:22:57 UTC 2021 - Dan Čermák <dcermak@suse.com>
- Unrestrict rspec-* versions
--- vagrant-libvirt.spec.orig
+++ vagrant-libvirt.spec
@@ -27,7 +27,7 @@
%endif
Name: vagrant-libvirt
-Version: 0.5.3
+Version: 0.6.2
Release: 0
%define mod_name vagrant-libvirt
%define mod_full_name %{mod_name}-%{version}
@@ -44,6 +44,8 @@ Requires: qemu-arm
Requires: vagrant
# for virt-sysprep
Recommends: guestfs-tools
+BuildRequires: procps
+BuildRequires: systemd
BuildRequires: vagrant
%if 0%{?suse_version} > 1500