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 DNF for Fedora, newer Enterprise Linux #1835

Merged
merged 2 commits into from
Nov 23, 2023

Commits on Nov 22, 2023

  1. Use DNF for newer Enterprise Linux

    Prior to this commit, the install_package and uninstall_package methods
    used Yum for all versions of Red Hat Enterprise Linux. However, RHEL has
    used DNF as its default package manager since version 8.
    
    This commit updates those methods to use DNF for RHEL 8, 9, and any
    future versions and to explicitly use Yum on RHEL versions 1-7.
    mhashizume committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    38d3879 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Default to DNF for Fedora

    Prior to this commit, the install and uninstall methods for Fedora
    defaulted to using DNF as its package manager for versions greater than
    or equal to 22 but less than 40, and Yum for every other version.
    
    This commit configures Beaker to use DNF for every version of Fedora, as
    DNF has been the default package manager for Fedora for the last 8
    years.
    mhashizume committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    62bb5aa View commit details
    Browse the repository at this point in the history