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

fix: let uname spec also support RHEL 6 #4231

Merged
merged 1 commit into from
Sep 29, 2024

Commits on Sep 29, 2024

  1. fix: collect uname on RHEL 6

    - On RHEL 6, uname was not in /usr/bin/ yet.
      Use first_of to collect "/bin/uname" as an alternative for RHEL 6
    - Refine the test_fixed_by_warning due to unexpected failure in py2 CI/CD
      And fixed typo in warning message
    
    Signed-off-by: Xiangce Liu <xiangceliu@redhat.com>
    xiangce committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5b5a9f2 View commit details
    Browse the repository at this point in the history