This commit is contained in:
Louis Abel 2023-08-07 16:25:54 -07:00
parent 4b99bd6e3b
commit 50c33a549c
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 696 additions and 104 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,53 +59,28 @@ filter_modules = [
additional_packages = [ additional_packages = [
("^AppStream$", { ("^AppStream$", {
"*": [ "*": [
"ansible-collection-redhat-rhel_mgmt", "avahi-tools",
"aspnetcore-runtime-7.0",
"aspnetcore-targeting-pack-7.0",
"bind9.16",
"bind9.16-chroot",
"bind9.16-dnssec-utils",
"bind9.16-utils",
"bind9.16-libs",
"bind9.16-license",
"cockpit-leapp",
"dotnet",
"dotnet-apphost-pack-7.0",
"dotnet-host",
"dotnet-hostfxr-7.0",
"dotnet-runtime-7.0",
"dotnet-sdk-7.0",
"dotnet-targeting-pack-7.0",
"dotnet-templates-7.0",
"ecj", #ENGCMP-2939
"egl-utils",
"frr-selinux",
"gcc-toolset-13-annobin",
"inkscape1",
"inkscape1-docs",
"inkscape1-view",
"jigawatts-javadoc",
"libasan5", "libasan5",
"libsndfile-utils", "libnxz",
"libubsan1", "libubsan1",
"libwpe",
"gnome-software-editor", "gnome-software-editor",
"perl-Mail-AuthenticationResults",
"pipewire-docs", "pipewire-docs",
"prometheus-jmx-exporter-openjdk8",
"prometheus-jmx-exporter-openjdk17",
"python3-scour",
"gcc-toolset-11-annobin-annocheck-debuginfo", "gcc-toolset-11-annobin-annocheck-debuginfo",
"gcc-toolset-11-annobin-debuginfo", "gcc-toolset-11-annobin-debuginfo",
"gcc-toolset-11-annobin-plugin-gcc-debuginfo", "gcc-toolset-11-annobin-plugin-gcc-debuginfo",
"gcc-toolset-11-annobin-debuginfo", "gcc-toolset-11-annobin-debuginfo",
"gcc-toolset-11-gcc-gdb-plugin-debuginfo", "gcc-toolset-11-gcc-gdb-plugin-debuginfo",
"gcc-toolset-11-systemtap-server-debuginfo", "gcc-toolset-11-systemtap-server-debuginfo",
"gcc-toolset-12-gcc-plugin-annobin", "gcc-toolset-13",
"gcc-toolset-13-annobin",
"gcc-toolset-13-binutils",
"gcc-toolset-13-dwz",
"gcc-toolset-13-gcc",
"gcc-toolset-13-gcc-c++",
"gcc-toolset-13-gdb",
"virt-v2v", "virt-v2v",
"swtpm", "swtpm",
"libtpms", "libtpms",
"netstandard-targeting-pack-2.1",
"grafana-azure-monitor", "grafana-azure-monitor",
"grafana-cloudwatch", "grafana-cloudwatch",
"grafana-elasticsearch", "grafana-elasticsearch",
@ -118,73 +93,24 @@ additional_packages = [
"grafana-postgres", "grafana-postgres",
"grafana-prometheus", "grafana-prometheus",
"grafana-stackdriver", "grafana-stackdriver",
"mpdecimal",
"php-pecl-xdebug3", "php-pecl-xdebug3",
"python3-bind9.16",
"python3.11",
"python3.11-cffi",
"python3.11-charset-normalizer",
"python3.11-cryptography",
"python3.11-devel",
"python3.11-idna",
"python3.11-lxml",
"python3.11-mod_wsgi",
"python3.11-numpy",
"python3.11-numpy-f2py",
"python3.11-pip",
"python3.11-ply",
"python3.11-psycopg2",
"python3.11-pycparser",
"python3.11-PyMySQL",
"python3.11-pysocks",
"python3.11-pyyaml",
"python3.11-requests",
"python3.11-rpm-macros",
"python3.11-setuptools",
"python3.11-scipy",
"python3.11-six",
"python3.11-tkinter",
"python3.11-urllib3",
"python3.11-wheel",
"python3-tomli", "python3-tomli",
"qatlib-service", "gnome-shell-extension-custom-menu",
"rtla",
"snactor",
"synce4l",
"tomcat",
"tomcat-admin-webapps",
"tomcat-docs-webapp",
"tomcat-el-3.0-api",
"tomcat-jsp-2.3-api",
"tomcat-lib",
"tomcat-servlet-4.0-api",
"tomcat-webapps",
"tpm2-pkcs11",
"tpm2-pkcs11-tools",
"wpebackend-fdo",
"xmlstarlet",
] ]
}), }),
("^AppStream$", { ("^AppStream$", {
"aarch64": [], "aarch64": [],
"ppc64le": [ "ppc64le": [
"libreoffice",
], ],
"x86_64": [ "x86_64": [
"libreoffice",
], ],
"s390x": [], "s390x": [],
}), }),
("^BaseOS$", { ("^BaseOS$", {
"*": [ "*": [
"libtraceevent",
"python3-debuginfo", # RCM-73713 "python3-debuginfo", # RCM-73713
"python3-samba-dc",
"samba-tools",
"samba-usershares",
"liblockfile",
"libtracefs",
"kmod-redhat-oracleasm", "kmod-redhat-oracleasm",
"subscription-manager-rhsm-certificates",
] ]
}), }),
@ -271,6 +197,7 @@ additional_packages = [
'centos-release-ceph-octopus', 'centos-release-ceph-octopus',
'centos-release-ceph-pacific', 'centos-release-ceph-pacific',
'centos-release-ceph-quincy', 'centos-release-ceph-quincy',
'centos-release-ceph-reef',
'centos-release-configmanagement', 'centos-release-configmanagement',
'centos-release-gluster6', 'centos-release-gluster6',
'centos-release-gluster7', 'centos-release-gluster7',

View File

@ -31,6 +31,7 @@ additional_packages = [
'centos-release-ceph-octopus', 'centos-release-ceph-octopus',
'centos-release-ceph-pacific', 'centos-release-ceph-pacific',
'centos-release-ceph-quincy', 'centos-release-ceph-quincy',
'centos-release-ceph-reef',
'centos-release-configmanagement', 'centos-release-configmanagement',
'centos-release-gluster6', 'centos-release-gluster6',
'centos-release-gluster7', 'centos-release-gluster7',