Blame SOURCES/sos-bz1116349-call-rhsm-debug-with-no-subscriptions.patch

e75bc7
From e8428d458cfd65bdc34d69f32db0bf4f5aca7540 Mon Sep 17 00:00:00 2001
e75bc7
From: "Bryn M. Reeves" <bmr@redhat.com>
e75bc7
Date: Thu, 2 Oct 2014 17:16:55 +0100
e75bc7
Subject: [PATCH] [yum] call rhsm-debug with --no-subscriptions
e75bc7
e75bc7
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
e75bc7
---
e75bc7
 sos/plugins/yum.py | 2 +-
e75bc7
 1 file changed, 1 insertion(+), 1 deletion(-)
e75bc7
e75bc7
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py
e75bc7
index 7dac5e4..816e2b0 100644
e75bc7
--- a/sos/plugins/yum.py
e75bc7
+++ b/sos/plugins/yum.py
e75bc7
@@ -54,7 +54,7 @@ class Yum(Plugin, RedHatPlugin):
e75bc7
             "subscription-manager list --consumed"
e75bc7
         ])
e75bc7
         self.add_cmd_output("rhsm-debug system --sos --no-archive "
e75bc7
-                            "--destination %s"
e75bc7
+                            "--no-subscriptions --destination %s"
e75bc7
                             % self.get_cmd_output_path())
e75bc7
 
e75bc7
         if self.get_option("yumlist"):
e75bc7
-- 
e75bc7
1.9.3
e75bc7