Blame SOURCES/0084-v2v-windows-Fix-rhev-apt-command-line-RHBZ-1624902.patch

fd1da6
From 7c19232808d8c86835ec1b37276c4ae62739c9ac Mon Sep 17 00:00:00 2001
fd1da6
From: "Richard W.M. Jones" <rjones@redhat.com>
fd1da6
Date: Mon, 3 Sep 2018 15:24:05 +0100
fd1da6
Subject: [PATCH] v2v: windows: Fix rhev-apt command line (RHBZ#1624902).
fd1da6
fd1da6
See:
fd1da6
https://bugzilla.redhat.com/show_bug.cgi?id=1584678#c15
fd1da6
fd1da6
Fixes commit bcdbe6405c10ecb7374ae47eee6385be17dbd49e.  However this
fd1da6
bug was copied directly from old virt-v2v which did the same thing
fd1da6
(from lib/Sys/VirtConvert/Converter/Windows.pm):
fd1da6
fd1da6
  echo installing rhev-apt >>log.txt
fd1da6
  "rhev-apt.exe" /S /v /qn >>log.txt
fd1da6
fd1da6
Thanks: Lev Veyde
fd1da6
(cherry picked from commit e12c56176abcc2d970a35f83bffc95f7ad1b2aab)
fd1da6
---
fd1da6
 v2v/convert_windows.ml | 2 +-
fd1da6
 1 file changed, 1 insertion(+), 1 deletion(-)
fd1da6
fd1da6
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
fd1da6
index 163319545..4f0a08248 100644
fd1da6
--- a/v2v/convert_windows.ml
fd1da6
+++ b/v2v/convert_windows.ml
fd1da6
@@ -340,7 +340,7 @@ echo Wait for PnP to complete
fd1da6
 @echo off
fd1da6
 
fd1da6
 echo installing rhev-apt
fd1da6
-\"\\rhev-apt.exe\" /S /v /qn
fd1da6
+\"\\rhev-apt.exe\" /S /v/qn
fd1da6
 
fd1da6
 echo starting rhev-apt
fd1da6
 net start rhev-apt
fd1da6
-- 
c71420
2.20.1
fd1da6