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 version part of osfinger on Pop!_OS #61619

Merged
merged 2 commits into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. grains: Update Pop!_OS test case from 20.10 to 21.10

    Update the OS grains test cases for Pop!_OS to still supported versions.
    
    Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
    bdrung committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d77c55e View commit details
    Browse the repository at this point in the history
  2. Fix version part of osfinger on Pop!_OS

    Pop!_OS uses the same version scheme than Ubuntu (YY.MM) and releases
    every six month in April and October. Using only the year from the
    version in the `osfinger` does not allow differentiating between 20.04
    and 20.10. Both has the `osfinger` set to `Pop-20`.
    
    So include the full version in the `osfinger` grain.
    
    Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
    bdrung committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b0baef0 View commit details
    Browse the repository at this point in the history