Hide Forgot
Description of problem: Currently sosreport displays version 2.1 instead of the actual version 2.2, attached is a patch to correct this in sosreport.py.
Created attachment 525366 [details] Patch against sos-2.2 to correct displayed version to 2.2 in sosreport.py Seems the patch was not attached when the bug was initially filed. Here it is.
This was fixed in sos-2.2-2.el6 - this should be the version included on the RHEL6.0 GA media and all later versions should report the correct string. Released versions of sos in RHEL6 obtain __version__ by importing it from sos: sosreport.py: from sos import __version__ It is set in the corresponding __init__.py: __version__="2.2" This was fixed in bug 585942 (with further changes as part of the fix for bug 584253). *** This bug has been marked as a duplicate of bug 585942 ***