mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
update according to upstream
This commit is contained in:
parent
edad3d072f
commit
2eb3e8f12c
@ -138,6 +138,7 @@ additional_packages = [
|
||||
"python3.11-pysocks",
|
||||
"python3.11-pyyaml",
|
||||
"python3.11-requests",
|
||||
"python3.11-rpm-macros",
|
||||
"python3.11-setuptools",
|
||||
"python3.11-scipy",
|
||||
"python3.11-six",
|
||||
@ -164,14 +165,21 @@ additional_packages = [
|
||||
}),
|
||||
("^AppStream$", {
|
||||
"aarch64": [],
|
||||
"ppc64le": [],
|
||||
"x86_64": [],
|
||||
"ppc64le": [
|
||||
"libreoffice",
|
||||
],
|
||||
"x86_64": [
|
||||
"libreoffice",
|
||||
],
|
||||
"s390x": [],
|
||||
}),
|
||||
("^BaseOS$", {
|
||||
"*": [
|
||||
"libtraceevent",
|
||||
"python3-debuginfo", # RCM-73713
|
||||
"python3-samba-dc",
|
||||
"samba-tools",
|
||||
"samba-usershares",
|
||||
"liblockfile",
|
||||
"libtracefs",
|
||||
"kmod-redhat-oracleasm",
|
||||
|
Loading…
Reference in New Issue
Block a user