check_yum icon indicating copy to clipboard operation
check_yum copied to clipboard

Patch: fix CentOS 7 bug

Open eduardohki opened this issue 7 years ago • 1 comments

This change fixes the error "YUM output signature is larger than current known format" when running CentOS/RHEL/OEL 7.

Thanks for this awesome plugin!

eduardohki avatar Jan 13 '17 17:01 eduardohki

this patch just bumps up an arbitrary number, and it will fail if more than 25000 packages are available on the server. you might as well remove the test for "unknown signature" altogether. see pull request #28 for a better patch, or even my own, pull request #30 :-)

kjetilho avatar Jan 24 '17 11:01 kjetilho