diff --git a/mock/c7-kernel-alt.aarch64.cfg b/mock/c7-kernel-alt.aarch64.cfg index bece9b1..feab2a7 100644 --- a/mock/c7-kernel-alt.aarch64.cfg +++ b/mock/c7-kernel-alt.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' +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 libcap-devel' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7" @@ -104,4 +104,13 @@ gpgcheck=0 name=c7.2003.00.aarch64 baseurl=http://repohost/repo/c7.2003.00.aarch64/ gpgcheck=0 +[c7.2009.u.aarch64] +name=c7.2009.u.aarch64 +baseurl=http://repohost/repo/c7.2009.u.aarch64/ +gpgcheck=0 + +[c7.2009.00.aarch64] +name=c7.2009.00.aarch64 +baseurl=http://repohost/repo/c7.2009.00.aarch64/ +gpgcheck=0 """ diff --git a/mock/c7-kernel-alt.noarch.cfg b/mock/c7-kernel-alt.noarch.cfg index 89db0cb..9fb47e9 100644 --- a/mock/c7-kernel-alt.noarch.cfg +++ b/mock/c7-kernel-alt.noarch.cfg @@ -191,4 +191,15 @@ name=c7-rust-toolset-1.35 baseurl=http://repohost/repo/c7-rust-toolset-1.35.x86_64/ gpgcheck=0 +[c7.2009.00.x86_64] +name=c7.2009.00.x86_64 +enabled=1 +baseurl=http://repohost/repo/c7.2009.00.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.2009.u.x86_64] +name=c7.2009.u.x86_64 +enabled=1 +baseurl=http://repohost/repo/c7.2009.u.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 """ diff --git a/mock/c7-kernel-alt.ppc64le.cfg b/mock/c7-kernel-alt.ppc64le.cfg index 784d2cd..4311dce 100644 --- a/mock/c7-kernel-alt.ppc64le.cfg +++ b/mock/c7-kernel-alt.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' +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 libcap-devel' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7" @@ -105,4 +105,13 @@ gpgcheck=0 name=c7.2003.00.ppc64le baseurl=http://repohost/repo/c7.2003.00.ppc64le/ gpgcheck=0 +[c7.2009.u.ppc64le] +name=c7.2009.u.ppc64le +baseurl=http://repohost/repo/c7.2009.u.ppc64le/ +gpgcheck=0 + +[c7.2009.00.ppc64le] +name=c7.2009.00.ppc64le +baseurl=http://repohost/repo/c7.2009.00.ppc64le/ +gpgcheck=0 """ diff --git a/mock/c7-kernel-alt.x86_64.cfg b/mock/c7-kernel-alt.x86_64.cfg index 0becf66..6bf7719 100644 --- a/mock/c7-kernel-alt.x86_64.cfg +++ b/mock/c7-kernel-alt.x86_64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64','noarch',) -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['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 libcap-devel' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['%centos_ver'] = "7" @@ -192,4 +192,15 @@ name=c7-rust-toolset-1.35 baseurl=http://repohost/repo/c7-rust-toolset-1.35.x86_64/ gpgcheck=0 +[c7.2009.00.x86_64] +name=c7.2009.00.x86_64 +enabled=1 +baseurl=http://repohost/repo/c7.2009.00.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.2009.u.x86_64] +name=c7.2009.u.x86_64 +enabled=1 +baseurl=http://repohost/repo/c7.2009.u.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 """