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

Use SOLVER_FLAG_FOCUS_NEW to install latests versions of deps #1582

Merged
merged 1 commit into from
Aug 6, 2024

Commits on Aug 5, 2024

  1. Use SOLVER_FLAG_FOCUS_NEW to install latests versions of deps

    This is a new flag in the recent 0.7.30 release.
    It is used only in current rawhide.
    
    We previously tried to use `SOLVER_FLAG_FOCUS_BEST` but it turned out to
    be too strong, this new flag should update packages only if it is
    required for installing the latests versions of dependencies.
    
    We had several reports where users expect this behavior.
    
    This should properly resolve issue such as:
    https://bugzilla.redhat.com/show_bug.cgi?id=2150300
    https://issues.redhat.com/browse/RHEL-1374
    kontura committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    95f7bc3 View commit details
    Browse the repository at this point in the history