mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-10 14:51:42 +00:00
feat(os*map): add support for CentOS Stream 8 [skip ci]
This commit is contained in:
parent
1f7000717c
commit
5594d164b6
2 changed files with 13 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -20,6 +20,10 @@ CentOS:
|
|||
snaps:
|
||||
packages: []
|
||||
|
||||
CentOS Stream:
|
||||
snaps:
|
||||
packages: []
|
||||
|
||||
AlmaLinux:
|
||||
snaps:
|
||||
packages: []
|
||||
|
|
Loading…
Add table
Reference in a new issue