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 = [
("^AppStream$", {
"*": [
"ansible-collection-redhat-rhel_mgmt",
"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",
"avahi-tools",
"libasan5",
"libsndfile-utils",
"libnxz",
"libubsan1",
"libwpe",
"gnome-software-editor",
"perl-Mail-AuthenticationResults",
"pipewire-docs",
"prometheus-jmx-exporter-openjdk8",
"prometheus-jmx-exporter-openjdk17",
"python3-scour",
"gcc-toolset-11-annobin-annocheck-debuginfo",
"gcc-toolset-11-annobin-debuginfo",
"gcc-toolset-11-annobin-plugin-gcc-debuginfo",
"gcc-toolset-11-annobin-debuginfo",
"gcc-toolset-11-gcc-gdb-plugin-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",
"swtpm",
"libtpms",
"netstandard-targeting-pack-2.1",
"grafana-azure-monitor",
"grafana-cloudwatch",
"grafana-elasticsearch",
@ -118,73 +93,24 @@ additional_packages = [
"grafana-postgres",
"grafana-prometheus",
"grafana-stackdriver",
"mpdecimal",
"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",
"qatlib-service",
"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",
"gnome-shell-extension-custom-menu",
]
}),
("^AppStream$", {
"aarch64": [],
"ppc64le": [
"libreoffice",
],
"x86_64": [
"libreoffice",
],
"s390x": [],
}),
("^BaseOS$", {
"*": [
"libtraceevent",
"python3-debuginfo", # RCM-73713
"python3-samba-dc",
"samba-tools",
"samba-usershares",
"liblockfile",
"libtracefs",
"kmod-redhat-oracleasm",
"subscription-manager-rhsm-certificates",
]
}),
@ -271,6 +197,7 @@ additional_packages = [
'centos-release-ceph-octopus',
'centos-release-ceph-pacific',
'centos-release-ceph-quincy',
'centos-release-ceph-reef',
'centos-release-configmanagement',
'centos-release-gluster6',
'centos-release-gluster7',

View File

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