You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support kernel checks with mismatching version length
4.18.0-553.16.1.el8_9.x86_64
4.18.0-553.el8_9.x86_64
These would fail with the error:
'<' not supported between instances of 'str' and 'int'.
as the community.general.version_sort was trying to compare the `el8_9` of the latter with the `16` of the former.
Strip the last two chunks so we just compare numbers.
0 commit comments