feat(os*map): add support for CentOS Stream 8 [skip ci]

This commit is contained in:
Imran Iqbal 2021-12-09 13:12:41 +00:00
parent 1f7000717c
commit 5594d164b6
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819
2 changed files with 13 additions and 0 deletions

View file

@ -22,6 +22,15 @@ CentOS Linux-8:
collides: ['snap']
symlink: true
CentOS Stream-8:
pkgs:
required:
pkgs:
- python3-dnf-plugin-versionlock
snaps:
collides: ['snap']
symlink: true
Oracle Linux Server-8:
pkgs:
required:

View file

@ -20,6 +20,10 @@ CentOS:
snaps:
packages: []
CentOS Stream:
snaps:
packages: []
AlmaLinux:
snaps:
packages: []