Blame SOURCES/0042-v2v-o-rhv-upload-install-RHV-tools-RHBZ-1561828.patch

e9bfca
From 18b5c51228765dbb481cad9db3b9fdc73a7056a2 Mon Sep 17 00:00:00 2001
e9bfca
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= <tgolembi@redhat.com>
e9bfca
Date: Sun, 22 Apr 2018 22:57:55 +0200
e9bfca
Subject: [PATCH] v2v: -o rhv-upload: install RHV tools (RHBZ#1561828).
e9bfca
MIME-Version: 1.0
e9bfca
Content-Type: text/plain; charset=UTF-8
e9bfca
Content-Transfer-Encoding: 8bit
e9bfca
e9bfca
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
e9bfca
(cherry picked from commit f3f00d3f9c6464aa31e3091bdee1191ef15512c6)
e9bfca
---
e9bfca
 v2v/output_rhv_upload.ml | 3 +++
e9bfca
 1 file changed, 3 insertions(+)
e9bfca
e9bfca
diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml
e9bfca
index dc0d96d53..0152b8d5a 100644
e9bfca
--- a/v2v/output_rhv_upload.ml
e9bfca
+++ b/v2v/output_rhv_upload.ml
e9bfca
@@ -247,6 +247,9 @@ object
e9bfca
 
e9bfca
   method supported_firmware = [ TargetBIOS ]
e9bfca
 
e9bfca
+  (* rhev-apt.exe will be installed (if available). *)
e9bfca
+  method install_rhev_apt = true
e9bfca
+
e9bfca
   method prepare_targets source targets =
e9bfca
     let output_name = source.s_name in
e9bfca
     let json_params =
e9bfca
-- 
8ff76f
2.20.1
e9bfca