mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-12 01:24:59 +08:00
Merge #91 Tell koji to use dnf on our builds.
This commit is contained in:
@@ -651,6 +651,10 @@ chmod 644 %buildroot/%_rpmconfigdir/macros.d/macros.modules
|
||||
if taginfo['perm'] not in (perm_id, perm): # check either id or the string
|
||||
opts['perm'] = perm_id
|
||||
|
||||
opts['extra'] = {
|
||||
'mock.package_manager': 'dnf',
|
||||
}
|
||||
|
||||
# edit tag with opts
|
||||
self.koji_session.editTag2(tag_name, **opts)
|
||||
return self._get_tag(tag_name) # Return up2date taginfo
|
||||
|
||||
Reference in New Issue
Block a user