From 6d1c116935ac60634389cc2de698a5a3428bfefd Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Jan 26 2018 17:06:23 +0000 Subject: Adding missing x86_64 legal arch for noarch build for c6 --- diff --git a/mock/6.9-updates.noarch.cfg b/mock/6.9-updates.noarch.cfg index 05593bb..8e55a58 100644 --- a/mock/6.9-updates.noarch.cfg +++ b/mock/6.9-updates.noarch.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'noarch' -config_opts['legal_host_arches'] = ('noarch',) +config_opts['legal_host_arches'] = ('noarch','x86_64',) config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['macros']['%dist'] = ".el6"