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

revise config.feature for dnf5 #1564

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 9, 2024

  1. config.feature: Drop tests for automatic host/installroot location

    dnf5 does not automatically search for config file in installroot/host.
    User must specify which location is requested using --use-host-config.
    m-blaha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5ff6a7b View commit details
    Browse the repository at this point in the history
  2. config.feature: Adjust to dropped --disableexcludes option

    dnf5 does not support --disableexcludes command line option. Only
    disable_excludes config option is supported
    m-blaha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    82ce120 View commit details
    Browse the repository at this point in the history
  3. config.feature: Enable passing tests for dnf5

    Some adjustments were needed due to different messages in dnf4/dnf5.
    There still is one failing scenario - I added a comment with a link to
    the dnf5 issue.
    m-blaha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ab25a54 View commit details
    Browse the repository at this point in the history
  4. config.feature: Workaround librhsm error messages

    If run outside of installroot, libdnf5 rhsm plugin is used and pollutes
    stderr with its warnings.
    m-blaha committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f1de998 View commit details
    Browse the repository at this point in the history