mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-16 18:01:28 +00:00
138 lines
3.1 KiB
Plaintext
138 lines
3.1 KiB
Plaintext
filter_packages = [
|
|
("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", {
|
|
"*": [
|
|
"python36",
|
|
"gcc-toolset-9-*-testsuite",
|
|
"java-*slowdebug*",
|
|
"java-*fastdebug*",
|
|
]
|
|
}),
|
|
|
|
("^BaseOS$", {
|
|
"*": [
|
|
"compat-openssl10-devel",
|
|
"compat-openssl10-pkcs11-helper",
|
|
"openldap-servers-debuginfo",
|
|
"ongres-scram",
|
|
]
|
|
}),
|
|
|
|
]
|
|
|
|
#filter_modules = [
|
|
# ("^AppStream$", {
|
|
# "aarch64":
|
|
# [
|
|
# "eclipse:rhel8",
|
|
# ],
|
|
# "ppc64le":
|
|
# [
|
|
# "eclipse:rhel8",
|
|
# ],
|
|
# "s390x": [
|
|
# "eclipse:rhel8",
|
|
# ]
|
|
# }),
|
|
#]
|
|
|
|
additional_packages = [
|
|
("^AppStream$", {
|
|
"*": [
|
|
"libasan5",
|
|
"libubsan1",
|
|
"dotnet5.0",
|
|
"gcc-toolset-10-dyninst-devel",
|
|
"gnome-software-editor",
|
|
"pipewire-docs",
|
|
"rt-tests",
|
|
"micropipenv",
|
|
"nispor",
|
|
"nispor-devel",
|
|
"python3-nispor",
|
|
"libnumbertext",
|
|
"dotnet-sdk-3.0",
|
|
"perl-IO-String",
|
|
"stalld",
|
|
"dejavu-lgc-sans-fonts",
|
|
"xorg-x11-drivers",
|
|
"fstrm",
|
|
"fstrm-devel",
|
|
"ucx-cma",
|
|
"ucx-ib",
|
|
"ucx-rdmacm"
|
|
"ucx-devel",
|
|
"mpich-doc",
|
|
"mvapich2-devel",
|
|
"mvapich2-psm2-devel",
|
|
"mvapich2-doc",
|
|
"libecpg",
|
|
"rsyslog-udpspoof",
|
|
"mysql-selinux",
|
|
"rshim",
|
|
"qatlib",
|
|
"tracer",
|
|
"flatpak-xdg-utils",
|
|
"modulemd-tools",
|
|
"emoji-picker",
|
|
]
|
|
}),
|
|
|
|
# ("^Devel$", {
|
|
# "*": [
|
|
# "*",
|
|
# ]
|
|
# }),
|
|
|
|
("^BaseOS$", {
|
|
"*": [
|
|
"centos-stream-repos",
|
|
"python3-debuginfo",
|
|
"python3-pyverbs",
|
|
"syslinux-tftpboot",
|
|
"samba-winexe",
|
|
"accel-config",
|
|
"ima-evm-utils0",
|
|
]
|
|
}),
|
|
("^BaseOS$", {
|
|
"x86_64": [
|
|
# Keep alsa-sof-firmware synchronized with
|
|
# alsa-sof-firmware in the comps file
|
|
"alsa-sof-firmware-debug",
|
|
],
|
|
}),
|
|
|
|
("^PowerTools$", {
|
|
"*": [
|
|
"libdnf-devel",
|
|
"librepo-devel",
|
|
"librhsm-devel",
|
|
"libsolv-devel",
|
|
"libsolv-tools",
|
|
"ibus-typing-booster-tests",
|
|
]
|
|
}),
|
|
|
|
("PowerTools", {
|
|
"aarch64": [
|
|
"java-1.8.0-openjdk-*slowdebug*",
|
|
"java-11-openjdk-*slowdebug*",
|
|
],
|
|
"ppc64le": [
|
|
"java-1.8.0-openjdk-*slowdebug*",
|
|
"java-11-openjdk-*slowdebug*",
|
|
],
|
|
"x86_64": [
|
|
"java-1.8.0-openjdk-*slowdebug*",
|
|
"java-11-openjdk-*slowdebug*",
|
|
],
|
|
}),
|
|
|
|
("PowerTools", {
|
|
"x86_64": [
|
|
"java-1.8.0-openjdk-*fastdebug*",
|
|
"java-11-openjdk-*fastdebug*",
|
|
]
|
|
}),
|
|
]
|