mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +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-pysocks",
|
||||||
"python3.11-pyyaml",
|
"python3.11-pyyaml",
|
||||||
"python3.11-requests",
|
"python3.11-requests",
|
||||||
|
"python3.11-rpm-macros",
|
||||||
"python3.11-setuptools",
|
"python3.11-setuptools",
|
||||||
"python3.11-scipy",
|
"python3.11-scipy",
|
||||||
"python3.11-six",
|
"python3.11-six",
|
||||||
@ -164,14 +165,21 @@ additional_packages = [
|
|||||||
}),
|
}),
|
||||||
("^AppStream$", {
|
("^AppStream$", {
|
||||||
"aarch64": [],
|
"aarch64": [],
|
||||||
"ppc64le": [],
|
"ppc64le": [
|
||||||
"x86_64": [],
|
"libreoffice",
|
||||||
|
],
|
||||||
|
"x86_64": [
|
||||||
|
"libreoffice",
|
||||||
|
],
|
||||||
"s390x": [],
|
"s390x": [],
|
||||||
}),
|
}),
|
||||||
("^BaseOS$", {
|
("^BaseOS$", {
|
||||||
"*": [
|
"*": [
|
||||||
"libtraceevent",
|
"libtraceevent",
|
||||||
"python3-debuginfo", # RCM-73713
|
"python3-debuginfo", # RCM-73713
|
||||||
|
"python3-samba-dc",
|
||||||
|
"samba-tools",
|
||||||
|
"samba-usershares",
|
||||||
"liblockfile",
|
"liblockfile",
|
||||||
"libtracefs",
|
"libtracefs",
|
||||||
"kmod-redhat-oracleasm",
|
"kmod-redhat-oracleasm",
|
||||||
|
Loading…
Reference in New Issue
Block a user