-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fixed issue with yum package module regarding packages with epoch not validating #2970
Fixed issue with yum package module regarding packages with epoch not validating #2970
Conversation
47d320a
to
39241f4
Compare
af63318
to
18bee76
Compare
Will fix acceptance_tests and check valgrind_tests. |
… validating Packages would be installed but the promise would fail due to the installed list not including the epoch number. The updates list generated by the module included the epoch number so validation would fail. e.g. findutils:1:4.8.0-7.el9:x86_64 would not match findutils:4.8.0-7.el9:x86_64 Fix this by including epoch in rpm_output_format and removing (none): where the package has no epoch. Ticket: ENT-12538 Changelog: title
18bee76
to
32110fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me but not a good person to judge the code
Thanks! I requested a few python coders review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/valgring/valgrind/g
in second commit. Looks good 🚀
Ticket: none Changelog: none
Ticket: ENT-12538 Changelog: none
10ff75f
to
ce1fac4
Compare
No description provided.