mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-25 18:48:30 +00:00
sync from upstream
This commit is contained in:
parent
7c5654ba21
commit
2754e9d272
1 changed files with 7 additions and 0 deletions
|
@ -150,6 +150,7 @@ additional_packages = [
|
|||
"nvme-stas", #ENGCMP-2495
|
||||
"libnvme", #ENGCMP-2358
|
||||
"passt", #ENGCMP-2741
|
||||
"pf-bb-config", #ENGCMP-2857
|
||||
"poppler-qt5", #ENGCMP-2393
|
||||
"python3.11", #ENGCMP-2833
|
||||
"python3.11-idna", #ENGCMP-2888
|
||||
|
@ -244,6 +245,12 @@ additional_packages = [
|
|||
],
|
||||
}),
|
||||
|
||||
("^SAP$", {
|
||||
"*": [
|
||||
"compat-sap-c++-12", # ENGCMP-2843
|
||||
]
|
||||
}),
|
||||
|
||||
("^Buildroot$", {
|
||||
"*": [
|
||||
"*",
|
||||
|
|
Loading…
Reference in a new issue