sync from upstream

This commit is contained in:
Louis Abel 2024-07-30 09:40:23 -07:00
parent 841106aad9
commit d42571d549
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,7 @@ additional_packages = [
}),
("^BaseOS$", {
"*": [
"ktls-utils", #ENGCMP-4258
"liblockfile", #ENGCMP-2535
"openssl-fips-provider", #ENGCMP-3815
"python3-gobject-base-noarch", #ENGCMP-2400
@ -243,7 +244,6 @@ additional_packages = [
"keylime-selinux", #CS-1194
"keylime-tenant", #ENGCMP-2419
"keylime-verifier", #ENGCMP-2419
"ktls-utils", #ENGCMP-3890
"libarchive-devel", #ENGCMP-4148
"libadwaita", #ENGCMP-3651
"libasan8", #ENGCMP-2405

View File

@ -15,6 +15,10 @@ createiso_skip = [
# HA iso is not shipped in aarch64 - ENGCMP-3657
"aarch64": True,
}),
("^Supplementary$", {
"*": True,
"src": True
}),
]
restricted_volid = True