pungi-almalinux/ppc64le/include_exclude.conf

152 lines
4.0 KiB
Plaintext

filter_packages = [
(
'^(BaseOS|Minimal|AppStream|PowerTools)$', {
'ppc64le': [
"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",
"glassfish-jaxb-bom",
"glassfish-jaxb-bom-ext",
"glassfish-jaxb-codemodel-parent",
"glassfish-jaxb-external-parent",
"glassfish-jaxb-runtime-parent",
"glassfish-jaxb-txw-parent",
]
}
),
(
'^(BaseOS)$', {
'ppc64le': [
"libev",
"libverto-libev",
]
}
),
(
'^(AppStream)$', {
'ppc64le': [
"java-1.8.0-openjdk-slowdebug",
"java-1.8.0-openjdk-headless-slowdebug",
"sos",
]
}
)
]
filter_modules = [
(
'^devel$', {
'*': [
"javapackages-bootstrap-devel:202201",
"javapackages-bootstrap:202201",
]
}
),
]
additional_packages = [
(
'^AppStream$', {
'*': [
"almalinux-backgrounds",
"libreport-almalinux",
"dotnet",
"dotnet-host",
"netstandard-targeting-pack-2.1",
"aspnetcore-runtime-8.0",
"aspnetcore-targeting-pack-8.0",
"dotnet-apphost-pack-8.0",
"dotnet-hostfxr-8.0",
"dotnet-runtime-8.0",
"dotnet-sdk-8.0",
"dotnet-targeting-pack-8.0",
"dotnet-templates-8.0",
]
}
),
(
'^PowerTools$', {
'*': [
"dotnet-sdk-8.0-source-built-artifacts",
]
}
),
(
'^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",
"kbd-legacy",
]
}
),
(
'^ResilientStorage$', {
'*': [
"dlm",
"cmirror",
]
}
),
(
'^extras$', {
'*': [
"e2scrub",
]
}
)
]