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

Support CentOS 8 Stream #1222

Closed
wants to merge 1 commit into from
Closed

Conversation

ekohl
Copy link
Collaborator

@ekohl ekohl commented Dec 22, 2020

CentOS 8 Stream identifies itself without a minor version. This modifies the default to handle this. For completeness, the OS facts:

# facter os
{
  architecture => "x86_64",
  family => "RedHat",
  hardware => "x86_64",
  name => "CentOS",
  release => {
    full => "8",
    major => "8"
  },
  selinux => {
    enabled => false
  }
}

This is the first thing I found. I have not yet done a real test myself so for now this is a draft.

CentOS 8 Stream identifies itself without a minor version. This modifies
the default to handle this. For completeness, the OS facts:

    # facter os
    {
      architecture => "x86_64",
      family => "RedHat",
      hardware => "x86_64",
      name => "CentOS",
      release => {
        full => "8",
        major => "8"
      },
      selinux => {
        enabled => false
      }
    }
@ares
Copy link
Contributor

ares commented Jan 9, 2021

Tested, this fixes the issue for me. 👍

@ekohl
Copy link
Collaborator Author

ekohl commented Jan 11, 2021

Closing because #1225 is a more complete solution.

@ekohl ekohl closed this Jan 11, 2021
@ekohl ekohl deleted the support-centos-stream branch January 11, 2021 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants