mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 23:01:24 +00:00
sync from upstream
This commit is contained in:
parent
841106aad9
commit
d42571d549
@ -50,6 +50,7 @@ additional_packages = [
|
|||||||
}),
|
}),
|
||||||
("^BaseOS$", {
|
("^BaseOS$", {
|
||||||
"*": [
|
"*": [
|
||||||
|
"ktls-utils", #ENGCMP-4258
|
||||||
"liblockfile", #ENGCMP-2535
|
"liblockfile", #ENGCMP-2535
|
||||||
"openssl-fips-provider", #ENGCMP-3815
|
"openssl-fips-provider", #ENGCMP-3815
|
||||||
"python3-gobject-base-noarch", #ENGCMP-2400
|
"python3-gobject-base-noarch", #ENGCMP-2400
|
||||||
@ -243,7 +244,6 @@ additional_packages = [
|
|||||||
"keylime-selinux", #CS-1194
|
"keylime-selinux", #CS-1194
|
||||||
"keylime-tenant", #ENGCMP-2419
|
"keylime-tenant", #ENGCMP-2419
|
||||||
"keylime-verifier", #ENGCMP-2419
|
"keylime-verifier", #ENGCMP-2419
|
||||||
"ktls-utils", #ENGCMP-3890
|
|
||||||
"libarchive-devel", #ENGCMP-4148
|
"libarchive-devel", #ENGCMP-4148
|
||||||
"libadwaita", #ENGCMP-3651
|
"libadwaita", #ENGCMP-3651
|
||||||
"libasan8", #ENGCMP-2405
|
"libasan8", #ENGCMP-2405
|
||||||
|
@ -15,6 +15,10 @@ createiso_skip = [
|
|||||||
# HA iso is not shipped in aarch64 - ENGCMP-3657
|
# HA iso is not shipped in aarch64 - ENGCMP-3657
|
||||||
"aarch64": True,
|
"aarch64": True,
|
||||||
}),
|
}),
|
||||||
|
("^Supplementary$", {
|
||||||
|
"*": True,
|
||||||
|
"src": True
|
||||||
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
restricted_volid = True
|
restricted_volid = True
|
||||||
|
Loading…
Reference in New Issue
Block a user