Blame SOURCES/0004-virt-inspector.rng-recognize-kalilinux-and-msdos-dis.patch

c7c347
From e8148241cfd6019e493269580c7fe74d62e0fbdc Mon Sep 17 00:00:00 2001
c7c347
From: Laszlo Ersek <lersek@redhat.com>
c7c347
Date: Wed, 13 Oct 2021 18:30:42 +0200
c7c347
Subject: [PATCH] virt-inspector.rng: recognize "kalilinux" and "msdos" distros
c7c347
c7c347
As of libguestfs @ e597fc5317e0, the "string_of_distro" function
c7c347
[daemon/inspect_types.ml] may output "kalilinux" and "msdos" beyond what
c7c347
"virt-inspector.rng" currently accepts. Add these distro identifiers to
c7c347
"virt-inspector.rng" now.
c7c347
c7c347
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
c7c347
Message-Id: <20211013163043.21837-2-lersek@redhat.com>
c7c347
Acked-by: Richard W.M. Jones <rjones@redhat.com>
c7c347
(cherry picked from commit aefdf0dcd4954b822e6a098f7258899f1b6a72b7)
c7c347
---
c7c347
 inspector/virt-inspector.rng | 2 ++
c7c347
 1 file changed, 2 insertions(+)
c7c347
c7c347
diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng
c7c347
index 7807e4d7..0a81538e 100644
c7c347
--- a/inspector/virt-inspector.rng
c7c347
+++ b/inspector/virt-inspector.rng
c7c347
@@ -87,10 +87,12 @@
c7c347
         <value>freedos</value>
c7c347
         <value>frugalware</value>
c7c347
         <value>gentoo</value>
c7c347
+        <value>kalilinux</value>
c7c347
         <value>linuxmint</value>
c7c347
         <value>mageia</value>
c7c347
         <value>mandriva</value>
c7c347
         <value>meego</value>
c7c347
+        <value>msdos</value>
c7c347
         <value>neokylin</value>
c7c347
         <value>netbsd</value>
c7c347
         <value>openbsd</value>
c7c347
-- 
c7c347
2.31.1
c7c347