Blame SOURCES/sos-bz916705-remove-rhel_version-from-yum-plugin.patch

629484
commit ce04c7d20ccaec04d79d625446960195229a8953
629484
Author: Bryn M. Reeves <bmr@redhat.com>
629484
Date:   Fri Jan 24 15:24:28 2014 +0000
629484
629484
    Remove obsolete rhel_version() usage from yum plugin
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 5abf06f..867302c 100644
629484
--- a/sos/plugins/yum.py
629484
+++ b/sos/plugins/yum.py
629484
@@ -26,8 +26,6 @@ class Yum(Plugin, RedHatPlugin):
629484
                   ("yumdebug", "gather yum debugging data", "slow", False)]
629484
 
629484
     def setup(self):
629484
-        rhelver = self.policy().rhel_version()
629484
-
629484
         # Pull all yum related information
629484
         self.add_copy_specs([
629484
             "/etc/yum",