2023-03-30 12:18:41 +00:00
|
|
|
filter_packages = [
|
|
|
|
(
|
|
|
|
'^(BaseOS|Minimal|AppStream|PowerTools)$', {
|
|
|
|
'*': [
|
|
|
|
"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",
|
|
|
|
"sblim-gather.i686",
|
|
|
|
"nmstate.noarch",
|
|
|
|
"glassfish-jaxb-bom",
|
|
|
|
"glassfish-jaxb-bom-ext",
|
|
|
|
"glassfish-jaxb-codemodel-parent",
|
|
|
|
"glassfish-jaxb-parent",
|
|
|
|
"glassfish-jaxb-external-parent",
|
|
|
|
"glassfish-jaxb-runtime-parent",
|
|
|
|
"glassfish-jaxb-txw-parent",
|
|
|
|
"libstoragemgmt-nfs-plugin.noarch",
|
|
|
|
"python3-libstoragemgmt.noarch",
|
|
|
|
"python3-libstoragemgmt-clibs",
|
|
|
|
"libstoragemgmt-nfs-plugin-clibs",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^(BaseOS|Minimal)$', {
|
|
|
|
'*': [
|
|
|
|
"perl-Net-SSLeay",
|
|
|
|
"perl-Mozilla-CA",
|
|
|
|
"perl-IO-Socket-SSL",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^(BaseOS)$', {
|
|
|
|
'*': [
|
|
|
|
"libev.i686",
|
|
|
|
"libverto-libev.i686",
|
|
|
|
"glusterfs.i686",
|
|
|
|
"glusterfs-api-debuginfo.i686",
|
|
|
|
"glusterfs-client-xlators.i686",
|
|
|
|
"glusterfs-client-xlators-debuginfo.i686",
|
|
|
|
"glusterfs-debugsource.i686",
|
|
|
|
"glusterfs-libs.i686",
|
|
|
|
"glusterfs-libs-debuginfo.i686",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^(PowerTools)$', {
|
|
|
|
'*': [
|
|
|
|
"glusterfs-api-devel.i686",
|
|
|
|
"glusterfs-devel.i686",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^(AppStream)$', {
|
|
|
|
'*': [
|
|
|
|
"java-1.8.0-openjdk-slowdebug",
|
|
|
|
"java-1.8.0-openjdk-headless-slowdebug",
|
|
|
|
"libvirt-glib.i686",
|
|
|
|
"sos",
|
|
|
|
"libsmbclient",
|
|
|
|
"libwbclient",
|
|
|
|
"python3-samba",
|
|
|
|
"samba",
|
|
|
|
"samba-client-libs",
|
|
|
|
"samba-common",
|
|
|
|
"samba-common-libs",
|
|
|
|
"samba-common-tools",
|
|
|
|
"samba-libs",
|
|
|
|
"samba-winbind",
|
|
|
|
"samba-winbind-modules",
|
|
|
|
"glusterfs-api.i686",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
)
|
|
|
|
]
|
|
|
|
|
2023-04-03 09:44:37 +00:00
|
|
|
filter_modules = [
|
|
|
|
(
|
|
|
|
'^devel$', {
|
|
|
|
'*': [
|
|
|
|
"javapackages-bootstrap-devel:202201",
|
|
|
|
"javapackages-bootstrap:202201",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
]
|
2023-03-30 12:18:41 +00:00
|
|
|
|
|
|
|
additional_packages = [
|
|
|
|
(
|
|
|
|
'^AppStream$', {
|
|
|
|
'*': [
|
|
|
|
"almalinux-backgrounds",
|
|
|
|
"libreport-almalinux",
|
|
|
|
"almalinux-logos-ipa.noarch",
|
|
|
|
"dpdk-doc.noarch",
|
|
|
|
"fence-agents-zvm.noarch",
|
|
|
|
"insights-client.noarch",
|
|
|
|
"make-latest.i686",
|
|
|
|
"stratis-cli.noarch",
|
|
|
|
"synce4l.i686",
|
|
|
|
"synce4l-debuginfo.i686",
|
|
|
|
"synce4l-debugsource.i686",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^ResilientStorage$', {
|
|
|
|
'*': [
|
|
|
|
"dlm",
|
|
|
|
"cmirror",
|
|
|
|
"xfsprogs.i686",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^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",
|
2023-05-05 16:55:00 +00:00
|
|
|
"kbd-legacy",
|
2023-03-30 12:18:41 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'^HighAvailability$', {
|
|
|
|
'*': [
|
|
|
|
"xfsprogs.i686",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
)
|
|
|
|
]
|