Blame SOURCES/sos-bz1967613-sssd-common.patch

ba407d
From 630dfbee936050698d33b59abd1e243c44e50af8 Mon Sep 17 00:00:00 2001
ba407d
From: Jan Jansky <jjansky@redhat.com>
ba407d
Date: Thu, 3 Jun 2021 15:04:57 +0200
ba407d
Subject: [PATCH] [sssd] sssd plugin when sssd-common
ba407d
ba407d
We have reports that sssd logs are not
ba407d
collected, when we investigated
ba407d
we found associate wants to collect
ba407d
sssd related logs also when only
ba407d
sssd-common package is installed.
ba407d
ba407d
We got this confirmed by sbr-idm.
ba407d
ba407d
Resolves: #2571
ba407d
ba407d
Signed-off-by: Jan Jansky <jjansky@redhat.com>
ba407d
---
ba407d
 sos/report/plugins/sssd.py | 2 +-
ba407d
 1 file changed, 1 insertion(+), 1 deletion(-)
ba407d
ba407d
diff --git a/sos/report/plugins/sssd.py b/sos/report/plugins/sssd.py
ba407d
index 17933935..6f98e90c 100644
ba407d
--- a/sos/report/plugins/sssd.py
ba407d
+++ b/sos/report/plugins/sssd.py
ba407d
@@ -19,7 +19,7 @@ class Sssd(Plugin):
ba407d
 
ba407d
     plugin_name = "sssd"
ba407d
     profiles = ('services', 'security', 'identity')
ba407d
-    packages = ('sssd',)
ba407d
+    packages = ('sssd', 'sssd-common')
ba407d
 
ba407d
     def setup(self):
ba407d
         self.add_copy_spec([
ba407d
-- 
ba407d
2.26.3
ba407d