94b1093295
- Exclude modules `nodejs:18` & `maven:3.8`
100 lines
2.4 KiB
Plaintext
100 lines
2.4 KiB
Plaintext
filter_packages = [
|
|
(
|
|
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
|
's390x': [
|
|
"insights-client",
|
|
"libreport-plugin-rhtsupport",
|
|
"libreport-rhel",
|
|
"libreport-rhel-anaconda-bugzilla",
|
|
"libreport-rhel-bugzilla",
|
|
"redhat-backgrounds",
|
|
"redhat-logos",
|
|
"redhat-logos-httpd",
|
|
"redhat-logos-ipa",
|
|
"redhat-release-eula",
|
|
"redhat-support-lib-python",
|
|
"redhat-support-tool",
|
|
"spice-client-win-x64",
|
|
"spice-client-win-x86",
|
|
"spice-qxl-wddm-dod",
|
|
"spice-vdagent-win-x64",
|
|
"spice-vdagent-win-x86",
|
|
"virt-who",
|
|
"virtio-win",
|
|
"subscription-manager-cockpit",
|
|
"subscription-manager-initial-setup-addon",
|
|
"rhsm-gtk",
|
|
"rhsm-icons",
|
|
"rhc",
|
|
"rhc-worker-playbook",
|
|
"python2-gluster*",
|
|
"greenboot-grub2",
|
|
"greenboot-reboot",
|
|
"greenboot-rpm-ostree-grub2",
|
|
"greenboot-status",
|
|
"qemu-kvm-hw-usbredir",
|
|
"pcp-pmda-bpf",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(BaseOS|Minimal)$', {
|
|
's390x': [
|
|
"perl-Net-SSLeay",
|
|
"perl-Mozilla-CA",
|
|
"perl-IO-Socket-SSL",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(AppStream)$', {
|
|
's390x': [
|
|
"java-1.8.0-openjdk-slowdebug",
|
|
"java-1.8.0-openjdk-headless-slowdebug",
|
|
"sos",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(extras)$', {
|
|
'*': [
|
|
"centos-release-*",
|
|
]
|
|
}
|
|
)
|
|
]
|
|
filter_modules = [
|
|
(
|
|
'^(AppStream)$', {
|
|
'*': [
|
|
"maven:3.8",
|
|
"nodejs:18",
|
|
]
|
|
}
|
|
)
|
|
]
|
|
|
|
additional_packages = [
|
|
(
|
|
'^AppStream$', {
|
|
'*': [
|
|
"almalinux-backgrounds",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^Minimal$', {
|
|
'*': [
|
|
"kernel-modules-extra",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^extras$', {
|
|
'*': [
|
|
"anaconda-live",
|
|
]
|
|
}
|
|
)
|
|
]
|