sync up 8.8

This commit is contained in:
Louis Abel 2023-01-17 13:49:54 -07:00
parent 9c237fe6a8
commit e4a0869c2e
Signed by: label
GPG Key ID: B37E62D143879B36

View File

@ -64,6 +64,7 @@ additional_packages = [
"aspnetcore-targeting-pack-7.0", "aspnetcore-targeting-pack-7.0",
"bind9.16", "bind9.16",
"bind9.16-chroot", "bind9.16-chroot",
"bind9.16-dnssec-utils",
"bind9.16-utils", "bind9.16-utils",
"bind9.16-libs", "bind9.16-libs",
"bind9.16-license", "bind9.16-license",
@ -87,6 +88,7 @@ additional_packages = [
"libubsan1", "libubsan1",
"libwpe", "libwpe",
"gnome-software-editor", "gnome-software-editor",
"perl-Mail-AuthenticationResults",
"pipewire-docs", "pipewire-docs",
"prometheus-jmx-exporter-openjdk8", "prometheus-jmx-exporter-openjdk8",
"prometheus-jmx-exporter-openjdk17", "prometheus-jmx-exporter-openjdk17",
@ -97,6 +99,7 @@ additional_packages = [
"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",
"virt-v2v", "virt-v2v",
"swtpm", "swtpm",
"libtpms", "libtpms",
@ -114,8 +117,13 @@ additional_packages = [
"grafana-prometheus", "grafana-prometheus",
"grafana-stackdriver", "grafana-stackdriver",
"php-pecl-xdebug3", "php-pecl-xdebug3",
"python3-bind9.16",
"qatlib-service", "qatlib-service",
"rtla",
"snactor", "snactor",
"synce4l",
"tpm2-pkcs11",
"tpm2-pkcs11-tools",
"wpebackend-fdo", "wpebackend-fdo",
"xmlstarlet", "xmlstarlet",
] ]
@ -128,8 +136,10 @@ additional_packages = [
}), }),
("^BaseOS$", { ("^BaseOS$", {
"*": [ "*": [
"libtraceevent",
"python3-debuginfo", # RCM-73713 "python3-debuginfo", # RCM-73713
"liblockfile", "liblockfile",
"libtracefs",
"kmod-redhat-oracleasm", "kmod-redhat-oracleasm",
] ]
}), }),