diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:41:36 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:18:00 +0000 |
commit | 9350c4a29efb4f916f6c31be63120fa6f932a199 (patch) | |
tree | b9c910464ab3adf29379f991e56f80faf309d5e6 | |
parent | 1370f5c0176fca01dab780e8897862b67da05810 (diff) | |
download | sos-9350c4a29efb4f916f6c31be63120fa6f932a199.tar.gz |
[distupgrade] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/distupgrade.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sos/plugins/distupgrade.py b/sos/plugins/distupgrade.py index c1268b0f..be5e1118 100644 --- a/sos/plugins/distupgrade.py +++ b/sos/plugins/distupgrade.py @@ -28,6 +28,13 @@ class DistUpgrade(Plugin): class RedHatDistUpgrade(DistUpgrade, RedHatPlugin): + packages = ( + 'preupgrade-assistant', + 'preupgrade-assistant-ui', + 'preupgrade-assistant-el6toel7', + 'redhat-upgrade-tool' + ) + files = ( "/var/log/upgrade.log", "/var/log/redhat_update_tool.log", |