From cdddd55e4921d0e2a1d1cf3afaf4211ca8cae927 Mon Sep 17 00:00:00 2001
From: Niels Abspoel <aboe76@gmail.com>
Date: Thu, 7 Oct 2021 21:56:07 +0200
Subject: [PATCH] feat(centos-stream): add Centos Stream support

Added CentOS Stream osfinger in mapping
---
 systemd/osfingermap.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/systemd/osfingermap.yaml b/systemd/osfingermap.yaml
index ee13435..d5da821 100644
--- a/systemd/osfingermap.yaml
+++ b/systemd/osfingermap.yaml
@@ -21,6 +21,14 @@ Ubuntu-20.04:
   pkgs_extra:
     - python3-systemd
 Ubuntu-18.04: {}
+
+CentOS Stream-8:
+  pkgs_lib:
+    - systemd-libs
+  pkgs_extra:
+    - python3-systemd
+  resolved:
+    pkg: {}
 CentOS Linux-8:
   pkgs_lib:
     - systemd-libs
-- 
GitLab