-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with yum package module regarding packages with epoch not…
… 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 (cherry picked from commit 32110fe)
- Loading branch information
1 parent
01e8cc5
commit 6c95ef5
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters