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

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