144 lines
3.8 KiB
Plaintext
144 lines
3.8 KiB
Plaintext
filter_packages = [
|
|
(
|
|
'^(BaseOS|Minimal|AppStream|PowerTools)$', {
|
|
'aarch64': [
|
|
"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*",
|
|
"nmstate.noarch",
|
|
"libstoragemgmt-nfs-plugin.noarch",
|
|
"python3-libstoragemgmt.noarch",
|
|
"python3-libstoragemgmt-clibs",
|
|
"libstoragemgmt-nfs-plugin-clibs",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(BaseOS|Minimal)$', {
|
|
'aarch64': [
|
|
"perl-Net-SSLeay",
|
|
"perl-Mozilla-CA",
|
|
"perl-IO-Socket-SSL",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(BaseOS)$', {
|
|
'aarch64': [
|
|
"libev",
|
|
"libverto-libev",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^(AppStream)$', {
|
|
'aarch64': [
|
|
"java-1.8.0-openjdk-slowdebug",
|
|
"java-1.8.0-openjdk-headless-slowdebug",
|
|
"sos",
|
|
"libsmbclient",
|
|
"libwbclient",
|
|
"python3-samba",
|
|
"samba",
|
|
"samba-client-libs",
|
|
"samba-common",
|
|
"samba-common-libs",
|
|
"samba-common-tools",
|
|
"samba-libs",
|
|
"samba-winbind",
|
|
"samba-winbind-modules",
|
|
]
|
|
}
|
|
)
|
|
]
|
|
filter_modules = [
|
|
(
|
|
'^(BaseOS|AppStream|PowerTools)$', {
|
|
'aarch64': [
|
|
"jmc:rhel8",
|
|
]
|
|
}
|
|
)
|
|
]
|
|
|
|
# Based in distribution-comparison-tool report
|
|
additional_packages = [
|
|
(
|
|
'^AppStream$', {
|
|
'*': [
|
|
"almalinux-backgrounds",
|
|
"libreport-almalinux",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^Minimal$', {
|
|
'*': [
|
|
"aide",
|
|
"audispd-plugins",
|
|
"audit",
|
|
"chrony",
|
|
"crypto-policies",
|
|
"dnf-automatic",
|
|
"dnf-plugin-subscription-manager",
|
|
"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",
|
|
"rear",
|
|
"rng-tools",
|
|
"rsyslog",
|
|
"rsyslog-gnutls",
|
|
"scap-security-guide",
|
|
"subscription-manager",
|
|
"sudo",
|
|
"tmux",
|
|
"usbguard",
|
|
"kernel",
|
|
]
|
|
}
|
|
),
|
|
(
|
|
'^ResilientStorage$', {
|
|
'*': [
|
|
"dlm",
|
|
"cmirror",
|
|
]
|
|
}
|
|
)
|
|
]
|