From a6ffe0a668b44a95725c3bae07a3a1b47605b2b5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 14 Dec 2023 11:28:46 +0000 Subject: [PATCH] BR mingw-srvany-redistributable This is needed to run the limited test, else you will see: virt-v2v: error: One of rhsrvany.exe or pvvxsvc.exe is missing in /usr/share/virt-tools. One of them is required in order to install Windows firstboot scripts. You can get one by building rhsrvany (https://github.com/rwmjones/rhsrvany) I'm not quite sure why this error has cropped up now. Perhaps pulled in by an indirect dependency before? --- virt-v2v.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/virt-v2v.spec b/virt-v2v.spec index 218caa0..26debda 100644 --- a/virt-v2v.spec +++ b/virt-v2v.spec @@ -95,6 +95,7 @@ BuildRequires: nbdkit-file-plugin BuildRequires: nbdkit-null-plugin BuildRequires: nbdkit-python-plugin BuildRequires: nbdkit-cow-filter >= 1.28.3-1.el9 +BuildRequires: mingw-srvany-redistributable >= 1.1-6 %ifarch x86_64 BuildRequires: glibc-static %endif