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

MergedTransaction: Calculate RPM difference between two same versions as no-op #1657

Merged

Commits on Apr 23, 2024

  1. MergedTransaction: Calculate RPM difference between two same versions…

    … as no-op
    
    Upstream commit: 54823d8
    
    If a package of a particular version is installed and would still be installed after a list of transactions, it's more user friendly to treat the whole situation as "do nothing".
    
    Resolves: https://issues.redhat.com/browse/RHEL-17494
    jan-kolarik authored and ppisar committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3ab9afb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. MergedTransaction: Fix invalid memory access when dropping items

    Upstream commit: 90d2ffa
    
    When an item is dropped from the merged transaction, the `ItemPair` reference becomes invalid and should no longer be used.
    
    Resolves: https://issues.redhat.com/browse/RHEL-17494
    jan-kolarik authored and ppisar committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7ee86de View commit details
    Browse the repository at this point in the history