Blame SOURCES/sos-bz1039036-call-rhsm-debug-with-sos.patch

629484
commit 23f9f34afc7f87bf72683909ca947a82b50cad4e
629484
Author: Bryn M. Reeves <bmr@redhat.com>
629484
Date:   Thu Mar 20 18:56:58 2014 +0000
629484
629484
    Call rhsm-debug with the --sos switch
629484
    
629484
    Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
629484
629484
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py
629484
index 81788f1..9953a50 100644
629484
--- a/sos/plugins/yum.py
629484
+++ b/sos/plugins/yum.py
629484
@@ -48,8 +48,8 @@ class Yum(Plugin, RedHatPlugin):
629484
             "/var/log/rhsm/rhsmcertd.log"])
629484
         self.add_cmd_output("subscription-manager list --installed")
629484
         self.add_cmd_output("subscription-manager list --consumed")
629484
-        self.add_cmd_output("rhsm-debug system --no-archive --destination %s"
629484
-                % self.get_cmd_dir())
629484
+        self.add_cmd_output("rhsm-debug system --sos --no-archive --destination %s"
629484
+                             % self.get_cmd_dir())
629484
 
629484
         if self.get_option("yumlist"):
629484
             # List various information about available packages