diff --git a/mock/xdg-desktop-portal-0.5-2.el7.aarch64.cfg b/mock/xdg-desktop-portal-0.5-2.el7.aarch64.cfg deleted file mode 100644 index c6e7f28..0000000 --- a/mock/xdg-desktop-portal-0.5-2.el7.aarch64.cfg +++ /dev/null @@ -1,79 +0,0 @@ -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 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'] = 'el7' # only useful for --resultdir variable subst -config_opts['extra_chroot_dirs'] = [ '/run/lock', ] -config_opts['macros']['%dist'] = ".el7" -config_opts['%centos_ver'] = "7" -config_opts['macros']['%centos_ver'] = "7" -config_opts['macros']['%rhel'] = "7" -config_opts['macros']['%el7'] = "1" -config_opts['macros']['%redhat'] = "7" -config_opts['macros']['%vendor'] = "CentOS" -config_opts['macros']['%packager'] = "CentOS BuildSystem " -config_opts['macros']['%_vendor'] = "redhat" -config_opts['macros']['%_vendor_host'] = "redhat" -config_opts['macros']['%_host'] = "aarch64-redhat-linux-gnu" -#config_opts['macros']['%global _binaries_in_noarch_packages_terminate_build'] = "0" - -# no ccache in base repo -config_opts['plugin_conf']['ccache_enable'] = False -config_opts['plugin_conf']['yum_cache_enable'] = False - -config_opts['yum.conf'] = """ -[main] -cachedir=/var/cache/yum -keepcache=1 -debuglevel=2 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -syslog_ident=mock -syslog_device= - -# repos - -[c7.1511.00.aarch64] -name=c7.1511.00.aarch64 -baseurl=http://repohost/repo/c7.1511.00.aarch64/ -enabled=1 -gpgcheck=0 - -[c7.1511.u.aarch64] -name=c7.1511.u.aarch64 -baseurl=http://repohost/repo/c7.1511.u.aarch64/ -enabled=1 -gpgcheck=0 - -[c7.1611.00.aarch64] -name=c7.1611.00.aarch64 -baseurl=http://repohost/repo/c7.1611.00.aarch64/ -enabled=1 -gpgcheck=0 - -[c7.1611.u.aarch64] -name=c7.1611.u.aarch64 -baseurl=http://repohost/repo/c7.1611.u.aarch64/ -enabled=1 -gpgcheck=0 - -[c7.1708.00.aarch64] -name=c7.1708.00.aarch64 -baseurl=http://repohost/repo/c7.1708.00.aarch64/ -enabled=1 -gpgcheck=0 -exclude=redhat-rpm-config* - -[c7.1708.u.aarch64] -name=c7.1708.u.aarch64 -baseurl=http://repohost/repo/c7.1708.u.aarch64/ -enabled=1 -gpgcheck=0 -exclude=redhat-rpm-config* - -""" -