142 lines
3.8 KiB
Plaintext
142 lines
3.8 KiB
Plaintext
filter_packages = [
|
|
(
|
|
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
|
'x86_64': [
|
|
"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*",
|
|
"gcc-toolset-10-dyninst-devel.i686",
|
|
"gcc-toolset-10-systemtap-devel.i686",
|
|
"gcc-toolset-10-systemtap-sdt-devel.i686",
|
|
"ocaml-camlp4.i686",
|
|
"ocaml-camlp4-devel.i686",
|
|
"ocaml-extlib-devel.i686",
|
|
"ocaml-findlib-devel.i686",
|
|
"ocaml-labltk.i686",
|
|
"ocaml-labltk-devel.i686",
|
|
"ocaml-ocamlbuild.i686",
|
|
"ocaml-ocamlbuild-devel.i686",
|
|
"greenboot-grub2",
|
|
"greenboot-reboot",
|
|
"greenboot-rpm-ostree-grub2",
|
|
"greenboot-status",
|
|
"qemu-kvm-hw-usbredir",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(BaseOS|Minimal)$', {
|
|
'x86_64': [
|
|
"perl-Net-SSLeay",
|
|
"perl-Mozilla-CA",
|
|
"perl-IO-Socket-SSL",
|
|
"python-unversioned-command",
|
|
"python.i686",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(AppStream)$', {
|
|
'x86_64': [
|
|
"java-1.8.0-openjdk-slowdebug",
|
|
"java-1.8.0-openjdk-headless-slowdebug",
|
|
"libvirt-glib.i686",
|
|
"sos",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(extras)$', {
|
|
'*': [
|
|
"centos-release-*",
|
|
]
|
|
}
|
|
)
|
|
]
|
|
# filter_modules = [
|
|
# (
|
|
# '^(AppStream)$', {
|
|
# '*': [
|
|
# "maven:3.8",
|
|
# ]
|
|
# }
|
|
# )
|
|
# ]
|
|
|
|
additional_packages = [
|
|
(
|
|
'^AppStream$', {
|
|
'*': [
|
|
"almalinux-backgrounds",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^Minimal$', {
|
|
'*': [
|
|
"aide",
|
|
"audispd-plugins",
|
|
"audit",
|
|
"chrony",
|
|
"crypto-policies",
|
|
"dnf-automatic",
|
|
"fapolicyd",
|
|
"firewalld",
|
|
"gnutls-utils",
|
|
"kernel-modules-extra",
|
|
"libreswan",
|
|
"libselinux",
|
|
"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",
|
|
]
|
|
}
|
|
)
|
|
]
|