aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/rpm.py2
-rw-r--r--sos/plugins/system.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/rpm.py b/sos/plugins/rpm.py
index 18e3ecc0..46de8e56 100644
--- a/sos/plugins/rpm.py
+++ b/sos/plugins/rpm.py
@@ -27,7 +27,7 @@ class Rpm(Plugin, RedHatPlugin):
("rpmva", "runs a verify on all packages", "slow", False)]
verify_list = [
- 'kernel$', 'glibc', 'initscripts',
+ 'kernel$', 'initscripts',
'pam_.*',
'java.*', 'perl.*',
'rpm', 'yum',
diff --git a/sos/plugins/system.py b/sos/plugins/system.py
index 8b3d3e66..2b984553 100644
--- a/sos/plugins/system.py
+++ b/sos/plugins/system.py
@@ -21,6 +21,7 @@ class System(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
plugin_name = "system"
profiles = ('system', 'kernel')
+ verify_packages = ('glibc',)
def setup(self):
self.add_copy_spec("/proc/sys")