Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstalledRpms version comparison miss rhel version #4359

Open
wushiqinlou opened this issue Feb 20, 2025 · 0 comments
Open

InstalledRpms version comparison miss rhel version #4359

wushiqinlou opened this issue Feb 20, 2025 · 0 comments

Comments

@wushiqinlou
Copy link
Contributor

The fix version "sssd-2.8.2-4.el8_8.2" gets true for the following condition while it should be false:

if InstalledRpm("sssd-2.8.2-3.el9_2") <= package < InstalledRpm("sssd-2.8.2-5.el9_2.1")

The reason is that the InstalledRpms version comparison does not check rhel version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant