159 lines
4.3 KiB
Plaintext
159 lines
4.3 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",
|
|
# ]
|
|
# }
|
|
# )
|
|
# ]
|
|
|
|
additional_packages = [
|
|
(
|
|
'^AppStream$', {
|
|
'*': [
|
|
"almalinux-backgrounds",
|
|
"aspnetcore-runtime-7.0",
|
|
"aspnetcore-targeting-pack-7.0",
|
|
"boom-boot-grub2",
|
|
"dotnet-apphost-pack-7.0",
|
|
"dotnet-hostfxr-7.0",
|
|
"dotnet-runtime-7.0",
|
|
"dotnet-sdk-7.0",
|
|
"dotnet-targeting-pack-7.0",
|
|
"dotnet-templates-7.0",
|
|
"keylime-selinux",
|
|
"pki-symkey",
|
|
"qatlib-service",
|
|
"qt5-doc",
|
|
"qt5-qtcharts-doc",
|
|
"qt5-qtdatavis3d-doc",
|
|
"qt5-qtpurchasing-doc",
|
|
"qt5-qtremoteobjects-doc",
|
|
"qt5-qtscxml-doc",
|
|
"qt5-qtspeech-doc",
|
|
"qt5-qtvirtualkeyboard-doc",
|
|
"qt5-qtwebview-doc",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^PowerTools$', {
|
|
'*': [
|
|
"dotnet-sdk-7.0-source-built-artifacts",
|
|
"xorg-x11-server-source",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^Minimal$', {
|
|
'*': [
|
|
"aide",
|
|
"audispd-plugins",
|
|
"audit",
|
|
"chrony",
|
|
"crypto-policies",
|
|
"dnf-automatic",
|
|
"fapolicyd",
|
|
"firewalld",
|
|
"gnutls-utils",
|
|
"kernel-modules-extra",
|
|
"libreswan",
|
|
"libselinux",
|
|
"libsss_sudo",
|
|
"opensc",
|
|
"openscap",
|
|
"openscap-scanner",
|
|
"openssh-clients",
|
|
"openssh-server",
|
|
"openssl-pkcs11",
|
|
"pcsc-lite",
|
|
"policycoreutils",
|
|
"policycoreutils-python-utils",
|
|
"python3-libselinux",
|
|
"rear",
|
|
"rng-tools",
|
|
"rsyslog",
|
|
"rsyslog-gnutls",
|
|
"scap-security-guide",
|
|
"subscription-manager",
|
|
"sudo",
|
|
"tmux",
|
|
"usbguard",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^extras$', {
|
|
'*': [
|
|
"anaconda-live",
|
|
]
|
|
}
|
|
)
|
|
]
|