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

Avoid reinstalling installonly packages marked for ERASE #1625

Commits on Sep 26, 2023

  1. Avoid reinstalling installonly packages marked for ERASE

    Without this patch reinstalling installonly pkg marked for ERASE might
    be a valid smallest solution to our job.
    
    For example when user wants to install through a provide we select all
    packages that provide it and put them inside a `job install oneof ...`
    if one of the providers is also marked for ERASE due to installonly
    limit libsolv might decide to reinstall it.
    
    To make sure it doesn't happen mark the available package also as ERASE.
    
    openSUSE/libsolv#540
    
    https://issues.redhat.com/browse/RHEL-1253
    (https://bugzilla.redhat.com/show_bug.cgi?id=2163474)
    kontura committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6f746cb View commit details
    Browse the repository at this point in the history