domcapabilities: Update comment

Fedora uses the same paths as Gerd's packages these days.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2024-09-09 14:52:39 +02:00 committed by Pavel Hrdina
parent 579eb3e91e
commit 5d5da5ff6e

View File

@ -283,7 +283,7 @@ class DomainCapabilities(XMLBuilder):
],
"aarch64": [
r".*AAVMF_CODE\.fd", # RHEL
r".*aarch64/QEMU_EFI.*", # gerd's firmware repo
r".*aarch64/QEMU_EFI.*", # fedora, gerd's firmware repo
r".*aarch64.*", # generic attempt at a catchall
r".*edk2-aarch64-code\.fd", # upstream qemu
],