From 41079a1a0c584caa537827b3b6b663d08c0e7477 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 14 Oct 2016 12:15:55 -0400 Subject: [PATCH] Tell koji to use dnf on our builds. --- rida/builder.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rida/builder.py b/rida/builder.py index 676543c7..9f25ca39 100644 --- a/rida/builder.py +++ b/rida/builder.py @@ -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