From 1f29284b04b021ec232de1f131c09782f15958b9 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jul 10 2018 16:57:31 +0000 Subject: more llvm-toolset config changes --- diff --git a/mock/c7-llvm-toolset-7.aarch64.cfg b/mock/c7-llvm-toolset-7.aarch64.cfg index caad13b..44343a6 100644 --- a/mock/c7-llvm-toolset-7.aarch64.cfg +++ b/mock/c7-llvm-toolset-7.aarch64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'aarch64' config_opts['legal_host_arches'] = ('aarch64',) -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils scl-utils-build llvm-toolset-7-build' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils-build llvm-toolset-7-build devtoolset-7-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7" diff --git a/mock/c7-llvm-toolset-7.armhfp.cfg b/mock/c7-llvm-toolset-7.armhfp.cfg index 6f08c8f..871d51f 100644 --- a/mock/c7-llvm-toolset-7.armhfp.cfg +++ b/mock/c7-llvm-toolset-7.armhfp.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'armv7hl' config_opts['legal_host_arches'] = ('armv7l') -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 scl-utils scl-utils-build llvm-toolset-7-build' +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 scl-utils-build llvm-toolset-7-build devtoolset-7-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['macros']['%dist'] = ".el7" diff --git a/mock/c7-llvm-toolset-7.ppc.cfg b/mock/c7-llvm-toolset-7.ppc.cfg index c6a990a..f720906 100644 --- a/mock/c7-llvm-toolset-7.ppc.cfg +++ b/mock/c7-llvm-toolset-7.ppc.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'ppc' config_opts['legal_host_arches'] = ('ppc','ppc64') -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils scl-utils-build llvm-toolset-7-build' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils-build llvm-toolset-7-build devtoolst-7-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7" diff --git a/mock/c7-llvm-toolset-7.ppc64.cfg b/mock/c7-llvm-toolset-7.ppc64.cfg index 2514dbf..ff2aae9 100644 --- a/mock/c7-llvm-toolset-7.ppc64.cfg +++ b/mock/c7-llvm-toolset-7.ppc64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'ppc64' config_opts['legal_host_arches'] = ('ppc64',) -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils scl-utils-build llvm-toolset-7-build' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils scl-utils-build llvm-toolset-7-build devtoolset-7-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7" diff --git a/mock/c7-llvm-toolset-7.ppc64le.cfg b/mock/c7-llvm-toolset-7.ppc64le.cfg index 48abaf2..022c141 100644 --- a/mock/c7-llvm-toolset-7.ppc64le.cfg +++ b/mock/c7-llvm-toolset-7.ppc64le.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'ppc64le' config_opts['legal_host_arches'] = ('ppc64le',) -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils scl-utils-build c7-llvm-toolset-build' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils-build llvm-toolset-build devtoolset-7-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7"