From f39dd56b5a6dba4aeb163895108942e5301a1226 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Sep 07 2017 06:36:14 +0000 Subject: Use dnf repoclosure Instead of the old version provided by Yum. Signed-off-by: Lubomír Sedlář --- diff --git a/fedora.conf b/fedora.conf index c4075fd..ee3de03 100644 --- a/fedora.conf +++ b/fedora.conf @@ -51,9 +51,7 @@ gather_backend = 'dnf' check_deps = False greedy_method = 'build' -# This can only be enabled once DNF 2 is used due to -# https://bugzilla.redhat.com/show_bug.cgi?id=1260986 -#repoclosure_backend = 'dnf' +repoclosure_backend = 'dnf' # fomat: [(variant_uid_regex, {arch|*: [repos]})] # gather_lookaside_repos = []