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

More dependency detection fixes with DNF5 #60

Merged
merged 1 commit into from
May 23, 2024

Commits on May 22, 2024

  1. More dependency detection fixes with DNF5

    * DNF5 does not state "Dependencies resolved", which prevented the
      dependency resolver from ever moving to state==3.  Instead, it states
      "Repositories loaded".
    * DNF5 states "Package ... is already installed" after "Repositories
      loaded" and before "Installing:", while state==2.
    * DNF5 includes "Installing: ## packages" in its Transaction Summary,
      which needs to be ignored so as to not move to state==3.
    yselkowitz committed May 22, 2024
    Configuration menu
    Copy the full SHA
    55c2249 View commit details
    Browse the repository at this point in the history