mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
add s390utils
This commit is contained in:
parent
f54e93f7e5
commit
870644f057
@ -147,12 +147,20 @@ additional_packages = [
|
|||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
("^AppStream$", {
|
("^AppStream$", {
|
||||||
"aarch64": [],
|
"aarch64": [
|
||||||
|
"s390utils",
|
||||||
|
],
|
||||||
"ppc64le": [
|
"ppc64le": [
|
||||||
],
|
"libreoffice",
|
||||||
|
"s390utils",
|
||||||
|
],
|
||||||
"x86_64": [
|
"x86_64": [
|
||||||
],
|
"libreoffice",
|
||||||
"s390x": [],
|
"s390utils",
|
||||||
|
],
|
||||||
|
"s390x": [
|
||||||
|
"libzpc",
|
||||||
|
],
|
||||||
}),
|
}),
|
||||||
("^BaseOS$", {
|
("^BaseOS$", {
|
||||||
"*": [
|
"*": [
|
||||||
|
Loading…
Reference in New Issue
Block a user