sync from upstream

This commit is contained in:
Louis Abel 2024-10-27 13:07:54 -07:00
parent 0560a0d6d3
commit 399d6d2ea9
Signed by: label
GPG Key ID: 2A6975660E424560
3 changed files with 4 additions and 20 deletions

View File

@ -603,9 +603,6 @@
"diffstat": [ "diffstat": [
"diffstat.aarch64" "diffstat.aarch64"
], ],
"dlm": [
"dlm-lib.aarch64"
],
"dnsmasq": [ "dnsmasq": [
"dnsmasq-utils.aarch64", "dnsmasq-utils.aarch64",
"dnsmasq.aarch64" "dnsmasq.aarch64"
@ -7126,9 +7123,6 @@
"diffstat": [ "diffstat": [
"diffstat.ppc64le" "diffstat.ppc64le"
], ],
"dlm": [
"dlm-lib.ppc64le"
],
"dnsmasq": [ "dnsmasq": [
"dnsmasq-utils.ppc64le", "dnsmasq-utils.ppc64le",
"dnsmasq.ppc64le" "dnsmasq.ppc64le"
@ -13559,9 +13553,6 @@
"diffstat": [ "diffstat": [
"diffstat.s390x" "diffstat.s390x"
], ],
"dlm": [
"dlm-lib.s390x"
],
"dnsmasq": [ "dnsmasq": [
"dnsmasq-utils.s390x", "dnsmasq-utils.s390x",
"dnsmasq.s390x" "dnsmasq.s390x"
@ -20009,9 +20000,6 @@
"diffstat": [ "diffstat": [
"diffstat.x86_64" "diffstat.x86_64"
], ],
"dlm": [
"dlm-lib.x86_64"
],
"dnsmasq": [ "dnsmasq": [
"dnsmasq-utils.x86_64", "dnsmasq-utils.x86_64",
"dnsmasq.x86_64" "dnsmasq.x86_64"

View File

@ -462,8 +462,6 @@ AppStream:
- dialog.aarch64 - dialog.aarch64
diffstat: diffstat:
- diffstat.aarch64 - diffstat.aarch64
dlm:
- dlm-lib.aarch64
dnsmasq: dnsmasq:
- dnsmasq-utils.aarch64 - dnsmasq-utils.aarch64
- dnsmasq.aarch64 - dnsmasq.aarch64
@ -5530,8 +5528,6 @@ AppStream:
- dialog.ppc64le - dialog.ppc64le
diffstat: diffstat:
- diffstat.ppc64le - diffstat.ppc64le
dlm:
- dlm-lib.ppc64le
dnsmasq: dnsmasq:
- dnsmasq-utils.ppc64le - dnsmasq-utils.ppc64le
- dnsmasq.ppc64le - dnsmasq.ppc64le
@ -10523,8 +10519,6 @@ AppStream:
- dialog.s390x - dialog.s390x
diffstat: diffstat:
- diffstat.s390x - diffstat.s390x
dlm:
- dlm-lib.s390x
dnsmasq: dnsmasq:
- dnsmasq-utils.s390x - dnsmasq-utils.s390x
- dnsmasq.s390x - dnsmasq.s390x
@ -15535,8 +15529,6 @@ AppStream:
- dialog.x86_64 - dialog.x86_64
diffstat: diffstat:
- diffstat.x86_64 - diffstat.x86_64
dlm:
- dlm-lib.x86_64
dnsmasq: dnsmasq:
- dnsmasq-utils.x86_64 - dnsmasq-utils.x86_64
- dnsmasq.x86_64 - dnsmasq.x86_64

View File

@ -98,6 +98,7 @@ additional_packages = [
"fwupd-efi", #ENGCMP-4308 "fwupd-efi", #ENGCMP-4308
"python3-libcpuid", #ENGCMP-4447 "python3-libcpuid", #ENGCMP-4447
"python3-dnf-plugin-pre-transaction-actions", #ENGCMP-4445 "python3-dnf-plugin-pre-transaction-actions", #ENGCMP-4445
"kernel-uki-virt-addons", #ENGCMP-4617
] ]
}), }),
("^BaseOS$", { ("^BaseOS$", {
@ -264,6 +265,7 @@ additional_packages = [
"netstandard-targeting-pack-2.1", #ENGCMP-2586 "netstandard-targeting-pack-2.1", #ENGCMP-2586
"nfsv4-client-utils", #ENGCMP-2493 "nfsv4-client-utils", #ENGCMP-2493
"nvme-stas", #ENGCMP-2495 "nvme-stas", #ENGCMP-2495
"openssh-keysign", #ENGCMP-4703
"osbuild-depsolve-dnf", #ENGCMP-3857 "osbuild-depsolve-dnf", #ENGCMP-3857
"oqsprovider", #ENGCMP-3895 "oqsprovider", #ENGCMP-3895
"pappl", #ENGCMP-3941 "pappl", #ENGCMP-3941
@ -464,6 +466,7 @@ additional_packages = [
"enchant2-voikko", #ENGCMP-4312 "enchant2-voikko", #ENGCMP-4312
"gtk3-immodules", #ENGCMP-4312 "gtk3-immodules", #ENGCMP-4312
"libportal-gtk3", #ENGCMP-4312 "libportal-gtk3", #ENGCMP-4312
"libportal-qt6", #RHEL-60817
"usbredir-tools", #ENGCMP-4314 "usbredir-tools", #ENGCMP-4314
"mysql-libs", #ENGCMP-4317 "mysql-libs", #ENGCMP-4317
"libkcapi-hasher", #ENGCMP-4321 "libkcapi-hasher", #ENGCMP-4321
@ -523,6 +526,7 @@ additional_packages = [
"dotnet-sdk-dbg-9.0", #ENGCMP-4413 "dotnet-sdk-dbg-9.0", #ENGCMP-4413
"dotnet-targeting-pack-9.0", #ENGCMP-4413 "dotnet-targeting-pack-9.0", #ENGCMP-4413
"dotnet-templates-9.0", #ENGCMP-4413 "dotnet-templates-9.0", #ENGCMP-4413
"crypto-policies-pq-preview", #ENGCMP-4665
] ]
}), }),
("^AppStream$", { ("^AppStream$", {