We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The fix version "sssd-2.8.2-4.el8_8.2" gets true for the following condition while it should be false:
The reason is that the InstalledRpms version comparison does not check rhel version.
The text was updated successfully, but these errors were encountered: