mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-26 11:00:56 +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
|
"nvme-stas", #ENGCMP-2495
|
||||||
"libnvme", #ENGCMP-2358
|
"libnvme", #ENGCMP-2358
|
||||||
"passt", #ENGCMP-2741
|
"passt", #ENGCMP-2741
|
||||||
|
"pf-bb-config", #ENGCMP-2857
|
||||||
"poppler-qt5", #ENGCMP-2393
|
"poppler-qt5", #ENGCMP-2393
|
||||||
"python3.11", #ENGCMP-2833
|
"python3.11", #ENGCMP-2833
|
||||||
"python3.11-idna", #ENGCMP-2888
|
"python3.11-idna", #ENGCMP-2888
|
||||||
|
@ -244,6 +245,12 @@ additional_packages = [
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
("^SAP$", {
|
||||||
|
"*": [
|
||||||
|
"compat-sap-c++-12", # ENGCMP-2843
|
||||||
|
]
|
||||||
|
}),
|
||||||
|
|
||||||
("^Buildroot$", {
|
("^Buildroot$", {
|
||||||
"*": [
|
"*": [
|
||||||
"*",
|
"*",
|
||||||
|
|
Loading…
Reference in a new issue