sync from upstream

This commit is contained in:
Louis Abel 2024-07-30 01:58:39 -07:00
parent d630dd9209
commit 841106aad9
Signed by: label
GPG Key ID: 2A6975660E424560
3 changed files with 7 additions and 1 deletions

View File

@ -430,6 +430,11 @@ additional_packages = [
"lld", #ENGCMP-4232
"lld-devel", #ENGCMP-4232
"lld-libs", #ENGCMP-4232
"bind9.18", #ENGCMP-4271
"bind9.18-dnssec-utils", #ENGCMP-4271
"bind9.18-utils", #ENGCMP-4271
"bind9.18-libs", #ENGCMP-4271
"bind9.18-chroot", #ENGCMP-4271
]
}),
("^AppStream$", {

View File

@ -4,6 +4,7 @@ lorax_options = [
("^.*$", {
"*": {
"noupgrade": False,
"rootfs_size": 3
# Comment out until the pungi-buildinstall Koji plugin supports this option.
# "squashfs_only": True
}

View File

@ -15,7 +15,7 @@ gather_allow_reuse = True
repoclosure_backend = 'dnf'
gather_prepopulate = {
'scm': 'file',
'scm': 'git',
'repo': GATHER_PREPOPULATE_REPO,
'branch': GATHER_PREPOPULATE_BRANCH,
'file': GATHER_PREPOPULATE_FILE,