mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

Blame SOURCES/0059-add-versioned-directory-for-guest-agent-on-EL8.patch

498672
From 2a08f0f71b92a2489b873c7cef5aae2b2cec88d2 Mon Sep 17 00:00:00 2001
10436e
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= <tgolembi@redhat.com>
10436e
Date: Thu, 16 Jan 2020 16:05:10 +0100
10436e
Subject: [PATCH] add versioned directory for guest agent on EL8
10436e
MIME-Version: 1.0
10436e
Content-Type: text/plain; charset=UTF-8
10436e
Content-Transfer-Encoding: 8bit
10436e
10436e
There was no source directory for EL8 guest agent (only EL6 and EL7).
10436e
10436e
RHBZ#1791802
10436e
10436e
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
10436e
10436e
(cherry picked from commit 79dd6a6bbb7e95691be18f54d601318d7d713702
10436e
in virt-v2v)
10436e
---
10436e
 v2v/windows_virtio.ml | 1 +
10436e
 1 file changed, 1 insertion(+)
10436e
10436e
diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml
10436e
index a6dc29f2c..7be63a316 100644
10436e
--- a/v2v/windows_virtio.ml
10436e
+++ b/v2v/windows_virtio.ml
10436e
@@ -192,6 +192,7 @@ and install_linux_tools g inspect =
10436e
       (match inspect.i_major_version with
10436e
        | 6 -> Some "el6"
10436e
        | 7 -> Some "el7"
10436e
+       | 8 -> Some "el8"
10436e
        | _ -> None)
10436e
     | "sles" | "suse-based" | "opensuse" -> Some "lp151"
10436e
     | _ -> None in
10436e
-- 
498672
2.18.4
10436e