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