maintenance: upgrade base images and enable rpmautospec for RL10

This commit is contained in:
Mustafa Gezen 2024-02-23 23:27:36 +01:00
parent 7a95bf17ec
commit ab09709b10
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
ACTIVE_VERSION = "v0.3.10"
ACTIVE_VERSION = "v0.3.29"

View File

@ -473,6 +473,12 @@ config_opts['releasever'] = '{majorVersion}'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock' ]
config_opts['rpmbuild_command'] = '{rpmbuildCommand}'
config_opts['use_bootstrap_image'] = False
config_opts['plugin_conf']['rpmautospec_enable'] = True
config_opts['plugin_conf']['rpmautospec_opts'] = {
'requires': ['rpmautospec'],
'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'],
}
{additionalVendorConfig}
config_opts['plugin_conf']['ccache_enable'] = False