From c0429c49a3001eabd4fe43a78fc152583aa82b3f Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 27 Aug 2024 11:05:54 -0700 Subject: [PATCH] add metadata types for rl8 builds --- etc/mock/templates/rl-8-scopes.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/mock/templates/rl-8-scopes.tpl b/etc/mock/templates/rl-8-scopes.tpl index 3cbdc63..86a5af1 100644 --- a/etc/mock/templates/rl-8-scopes.tpl +++ b/etc/mock/templates/rl-8-scopes.tpl @@ -1 +1,2 @@ config_opts['chroot_setup_cmd'] = 'install tar gcc-c++ redhat-rpm-config redhat-release which xz sed make bzip2 gzip gcc coreutils unzip diffutils cpio bash gawk rpm-build info patch util-linux findutils grep' +config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0', '--setopt=optional_metadata_types=filelists']