search for: 1e3a58af8

Displaying 2 results from an estimated 2 matches for "1e3a58af8".

2019 Dec 18
2
[PATCH] inspect: document OpenMandriva as detected distro
...00644 --- a/generator/actions_inspection.ml +++ b/generator/actions_inspection.ml @@ -246,6 +246,10 @@ NetBSD. OpenBSD. +=item \"openmandriva\" + +OpenMandriva. + =item \"opensuse\" OpenSUSE. diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng index 1e3a58af8..7807e4d7c 100644 --- a/inspector/virt-inspector.rng +++ b/inspector/virt-inspector.rng @@ -94,6 +94,7 @@ <value>neokylin</value> <value>netbsd</value> <value>openbsd</value> + <value>openmandriva</value> &lt...
2018 Feb 21
3
[PATCH] New API: inspect_get_osinfo
Try to guess the possible osinfo-db short ID for the specified OS. Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1544842 --- generator/actions_inspection.ml | 14 ++++++++ lib/Makefile.am | 1 + lib/inspect-osinfo.c | 75 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 lib/inspect-osinfo.c diff --git