committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-04-17 12:57:39 +03:00
parent 807b8f1701
commit 1658798e01
73 changed files with 273 additions and 15 deletions

View File

@@ -2,5 +2,6 @@ include('templates/almalinux-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'alma+epel-8-aarch64'
config_opts['description'] = 'AlmaLinux 8 + EPEL'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -2,5 +2,6 @@ include('templates/almalinux-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'alma+epel-8-ppc64le'
config_opts['description'] = 'AlmaLinux 8 + EPEL'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -2,5 +2,6 @@ include('templates/almalinux-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'alma+epel-8-x86_64'
config_opts['description'] = 'AlmaLinux 8 + EPEL'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -1,5 +1,6 @@
include('templates/almalinux-8.tpl')
config_opts['root'] = 'almalinux-8-aarch64'
config_opts['description'] = 'AlmaLinux 8'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -1,5 +1,6 @@
include('templates/almalinux-8.tpl')
config_opts['root'] = 'almalinux-8-ppc64le'
config_opts['description'] = 'AlmaLinux 8'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -1,5 +1,6 @@
include('templates/almalinux-8.tpl')
config_opts['root'] = 'almalinux-8-x86_64'
config_opts['description'] = 'AlmaLinux 8 + EPEL'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -2,5 +2,6 @@ include('templates/centos-7.tpl')
include('templates/epel-7.tpl')
config_opts['root'] = 'centos+epel-7-ppc64le'
config_opts['description'] = 'CentOS 7 + EPEL'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -2,5 +2,6 @@ include('templates/centos-7.tpl')
include('templates/epel-7.tpl')
config_opts['root'] = 'centos+epel-7-x86_64'
config_opts['description'] = 'CentOS 7 + EPEL'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'centos-stream+epel-8-aarch64'
config_opts['description'] = 'CentOS Stream 8 + EPEL'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'centos-stream+epel-8-ppc64le'
config_opts['description'] = 'CentOS Stream 8 + EPEL'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'centos-stream+epel-8-x86_64'
config_opts['description'] = 'CentOS Stream 8 + EPEL'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-9.tpl')
include('templates/epel-9.tpl')
config_opts['root'] = 'centos-stream+epel-9-aarch64'
config_opts['description'] = 'CentOS Stream 9 + EPEL'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-9.tpl')
include('templates/epel-9.tpl')
config_opts['root'] = 'centos-stream+epel-9-ppc64le'
config_opts['description'] = 'CentOS Stream 9 + EPEL'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-9.tpl')
include('templates/epel-9.tpl')
config_opts['root'] = 'centos-stream+epel-9-s390x'
config_opts['description'] = 'CentOS Stream 9 + EPEL'
config_opts['target_arch'] = 's390x'
config_opts['legal_host_arches'] = ('s390x',)

View File

@@ -3,5 +3,6 @@ include('templates/centos-stream-9.tpl')
include('templates/epel-9.tpl')
config_opts['root'] = 'centos-stream+epel-9-x86_64'
config_opts['description'] = 'CentOS Stream 9 + EPEL'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -5,5 +5,6 @@ include('templates/epel-8.tpl')
include('templates/epel-next-8.tpl')
config_opts['root'] = 'centos-stream+epel-next-8-aarch64'
config_opts['description'] = 'CentOS Stream 8 + EPEL Next'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -5,5 +5,6 @@ include('templates/epel-8.tpl')
include('templates/epel-next-8.tpl')
config_opts['root'] = 'centos-stream+epel-next-8-ppc64le'
config_opts['description'] = 'CentOS Stream 8 + EPEL Next'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -5,5 +5,6 @@ include('templates/epel-8.tpl')
include('templates/epel-next-8.tpl')
config_opts['root'] = 'centos-stream+epel-next-8-x86_64'
config_opts['description'] = 'CentOS Stream 8 + EPEL Next'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -4,5 +4,6 @@ include('templates/epel-9.tpl')
include('templates/epel-next-9.tpl')
config_opts['root'] = 'centos-stream+epel-next-9-aarch64'
config_opts['description'] = 'CentOS Stream 9 + EPEL Next'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -4,5 +4,6 @@ include('templates/epel-9.tpl')
include('templates/epel-next-9.tpl')
config_opts['root'] = 'centos-stream+epel-next-9-ppc64le'
config_opts['description'] = 'CentOS Stream 9 + EPEL Next'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -4,5 +4,6 @@ include('templates/epel-9.tpl')
include('templates/epel-next-9.tpl')
config_opts['root'] = 'centos-stream+epel-next-9-s390x'
config_opts['description'] = 'CentOS Stream 9 + EPEL Next'
config_opts['target_arch'] = 's390x'
config_opts['legal_host_arches'] = ('s390x',)

View File

@@ -4,5 +4,6 @@ include('templates/epel-9.tpl')
include('templates/epel-next-9.tpl')
config_opts['root'] = 'centos-stream+epel-next-9-x86_64'
config_opts['description'] = 'CentOS Stream 9 + EPEL Next'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -1,5 +1,6 @@
include('templates/centos-stream-8.tpl')
config_opts['root'] = 'centos-stream-8-aarch64'
config_opts['description'] = 'CentOS Stream 8'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -1,5 +1,6 @@
include('templates/centos-stream-8.tpl')
config_opts['root'] = 'centos-stream-8-ppc64le'
config_opts['description'] = 'CentOS Stream 8'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)

View File

@@ -1,5 +1,6 @@
include('templates/centos-stream-8.tpl')
config_opts['root'] = 'centos-stream-8-x86_64'
config_opts['description'] = 'CentOS Stream 8'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

1
mock/epel-9-aarch64.cfg Symbolic link
View File

@@ -0,0 +1 @@
centos-stream+epel-9-aarch64.cfg

1
mock/epel-9-ppc64le.cfg Symbolic link
View File

@@ -0,0 +1 @@
centos-stream+epel-9-ppc64le.cfg

1
mock/epel-9-s390x.cfg Symbolic link
View File

@@ -0,0 +1 @@
centos-stream+epel-9-s390x.cfg

1
mock/epel-9-x86_64.cfg Symbolic link
View File

@@ -0,0 +1 @@
centos-stream+epel-9-x86_64.cfg

View File

@@ -2,3 +2,4 @@ config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)
include('templates/fedora-eln.tpl')
config_opts['description'] = 'Fedora ELN'

View File

@@ -2,3 +2,4 @@ config_opts['target_arch'] = 'i686'
config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64')
include('templates/fedora-eln.tpl')
config_opts['description'] = 'Fedora ELN'

View File

@@ -2,3 +2,4 @@ config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)
include('templates/fedora-eln.tpl')
config_opts['description'] = 'Fedora ELN'

View File

@@ -2,3 +2,4 @@ config_opts['target_arch'] = 's390x'
config_opts['legal_host_arches'] = ('s390x',)
include('templates/fedora-eln.tpl')
config_opts['description'] = 'Fedora ELN'

View File

@@ -2,3 +2,4 @@ config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
include('templates/fedora-eln.tpl')
config_opts['description'] = 'Fedora ELN'

View File

@@ -9,6 +9,7 @@ config_opts['releasever'] = '15.2'
config_opts['macros']['%dist'] = '.suse.lp152'
config_opts['package_manager'] = 'dnf'
config_opts['ssl_ca_bundle_path'] = '/var/lib/ca-certificates/ca-bundle.pem'
config_opts['description'] = 'openSUSE Leap {{ releasever }}'
# Due to the nature of the OpenSUSE mirroring system, we can not use
# metalinks easily and also we can not rely on the fact that baseurl's

View File

@@ -9,6 +9,7 @@ config_opts['releasever'] = '15.2'
config_opts['macros']['%dist'] = '.suse.lp152'
config_opts['package_manager'] = 'dnf'
config_opts['ssl_ca_bundle_path'] = '/var/lib/ca-certificates/ca-bundle.pem'
config_opts['description'] = 'openSUSE Leap {{ releasever }}'
# Due to the nature of the OpenSUSE mirroring system, we can not use
# metalinks easily and also we can not rely on the fact that baseurl's

View File

@@ -4,3 +4,4 @@ include('templates/epel-7.tpl')
config_opts['root'] = 'oraclelinux+epel-7-aarch64'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)
config_opts['description'] = 'Oracle Linux 7 + EPEL'

View File

@@ -4,3 +4,4 @@ include('templates/epel-7.tpl')
config_opts['root'] = 'oraclelinux+epel-7-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['description'] = 'Oracle Linux 7 + EPEL'

View File

@@ -4,3 +4,4 @@ include('templates/epel-8.tpl')
config_opts['root'] = 'oraclelinux+epel-8-aarch64'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)
config_opts['description'] = 'Oracle Linux 8 + EPEL'

View File

@@ -4,3 +4,4 @@ include('templates/epel-8.tpl')
config_opts['root'] = 'oraclelinux+epel-8-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['description'] = 'Oracle Linux 8 + EPEL'

View File

@@ -2,3 +2,4 @@ include('rhel-8-aarch64.cfg')
include('templates/epel-8.tpl')
config_opts['root'] = "rhel+epel-8-{{ target_arch }}"
config_opts['description'] = 'RHEL 8 + EPEL'

View File

@@ -2,3 +2,4 @@ include('rhel-8-ppc64le.cfg')
include('templates/epel-8.tpl')
config_opts['root'] = "rhel+epel-8-{{ target_arch }}"
config_opts['description'] = 'RHEL 8 + EPEL'

View File

@@ -2,3 +2,4 @@ include('rhel-8-s390x.cfg')
include('templates/epel-8.tpl')
config_opts['root'] = "rhel+epel-8-{{ target_arch }}"
config_opts['description'] = 'RHEL 8 + EPEL'

View File

@@ -2,3 +2,4 @@ include('rhel-8-x86_64.cfg')
include('templates/epel-8.tpl')
config_opts['root'] = "rhel+epel-8-{{ target_arch }}"
config_opts['description'] = 'RHEL 8 + EPEL'

View File

@@ -2,5 +2,6 @@ include('templates/rocky-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'rocky+epel-8-aarch64'
config_opts['description'] = 'Rocky Linux 8 + EPEL'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

View File

@@ -2,5 +2,6 @@ include('templates/rocky-8.tpl')
include('templates/epel-8.tpl')
config_opts['root'] = 'rocky+epel-8-x86_64'
config_opts['description'] = 'Rocky Linux 8 + EPEL'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

View File

@@ -3,6 +3,7 @@ config_opts['dist'] = 'amzn2' # only useful for --resultdir variable subst
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['package_manager'] = 'yum'
config_opts['releasever'] = '2'
config_opts['description'] = 'Amazon Linux 2'
config_opts['bootstrap_image'] = 'docker.io/library/amazonlinux:2'

View File

@@ -6,6 +6,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7'
config_opts['bootstrap_image'] = 'quay.io/centos/centos:7'
config_opts['package_manager'] = 'yum'
config_opts['description'] = 'CentOS 7'
config_opts['yum_install_command'] += "{% if target_arch in ['x86_64', 'ppc64le', 'aarch64'] %} --disablerepo=centos-sclo*{% endif %}"

View File

@@ -3,6 +3,7 @@ config_opts['dist'] = 'el9' # only useful for --resultdir variable subst
config_opts['releasever'] = '9'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['description'] = 'CentOS Stream 9'
config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream9'

View File

@@ -4,6 +4,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['package_manager'] = 'dnf'
config_opts['module_enable'] = []
config_opts['module_install'] = []
config_opts['description'] = 'Custom (no repository)'
# DNF may not be available in this chroot
config_opts['use_bootstrap'] = False

View File

@@ -6,7 +6,7 @@ config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['description'] = 'EuroLinux 8'
config_opts['dnf.conf'] = """
[main]

View File

@@ -2,6 +2,7 @@ config_opts['root'] = 'fedora-{{ releasever }}-{{ target_arch }}'
# config_opts['module_enable'] = ['list', 'of', 'modules']
# config_opts['module_install'] = ['module1/profile', 'module2/profile']
config_opts['description'] = 'Fedora {{ releasever }}'
# fedora 31+ isn't mirrored, we need to run from koji
config_opts['mirrored'] = config_opts['target_arch'] != 'i686'

View File

@@ -33,7 +33,7 @@ protected_packages=
{%- macro rawhide_gpg_keys() -%}
file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary
{%- for version in [eln_rawhide_releasever|int, eln_rawhide_releasever|int - 1]
{%- for version in [eln_rawhide_releasever|int, eln_rawhide_releasever|int - 1, eln_rawhide_releasever|int - 2]
%} file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-{{ version }}-primary
{%- endfor %}
{%- endmacro %}

View File

@@ -12,6 +12,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '37'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:rawhide'
config_opts['description'] = 'Fedora Rawhide'
config_opts['dnf.conf'] = """
[main]

View File

@@ -6,6 +6,7 @@ config_opts['releasever'] = '7'
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:7'
config_opts['description'] = 'Mageia 7'
config_opts['dnf.conf'] = """
[main]

View File

@@ -6,6 +6,7 @@ config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgi
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:{{ releasever }}'
config_opts['description'] = 'Mageia {{ releasever }}'
config_opts['dnf.conf'] = """
[main]

View File

@@ -7,6 +7,7 @@ config_opts['releasever'] = '9'
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'mageia:cauldron'
config_opts['description'] = 'Mageia Cauldron'
config_opts['dnf.conf'] = """
[main]

View File

@@ -3,6 +3,7 @@ config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['description'] = 'Navy Linux {{ releasever }}'
config_opts['dnf.conf'] = """
[main]

View File

@@ -4,6 +4,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgid}} -d {{chroothome}} {{chrootuser}}'
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
config_opts['package_manager'] = 'dnf'
config_opts['description'] = 'OpenMandriva {{ releasever }}'
config_opts['dnf.conf'] = """
[main]

View File

@@ -5,6 +5,7 @@ config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgi
config_opts['releasever'] = '5.0'
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
config_opts['package_manager'] = 'dnf'
config_opts['description'] = 'OpenMandriva Cooker {{ releasever }}'
config_opts['dnf.conf'] = """
[main]

View File

@@ -5,6 +5,7 @@ config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgi
config_opts['releasever'] = '5.0'
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
config_opts['package_manager'] = 'dnf'
config_opts['description'] = 'OpenMandriva Rolling'
config_opts['dnf.conf'] = """
[main]

View File

@@ -7,6 +7,7 @@ config_opts['macros']['%dist'] = '.suse.lp153'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'registry.opensuse.org/opensuse/leap-dnf:15.3'
config_opts['ssl_ca_bundle_path'] = '/var/lib/ca-certificates/ca-bundle.pem'
config_opts['description'] = 'openSUSE Leap {{ releasever }}'
# Due to the nature of the OpenSUSE mirroring system, we can not use
# metalinks easily and also we can not rely on the fact that baseurl's

View File

@@ -7,6 +7,7 @@ config_opts['macros']['%dist'] = '.suse.tw%(sh -c ". /etc/os-release; echo \$VER
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'registry.opensuse.org/opensuse/tumbleweed-dnf'
config_opts['ssl_ca_bundle_path'] = '/var/lib/ca-certificates/ca-bundle.pem'
config_opts['description'] = 'openSUSE Tumbleweed'
# Due to the nature of the OpenSUSE mirroring system, we can not use
# metalinks easily and also we can not rely on the fact that baseurl's

View File

@@ -6,6 +6,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7'
config_opts['bootstrap_image'] = 'docker.io/library/oraclelinux:7'
config_opts['package_manager'] = 'yum'
config_opts['description'] = 'Oracle Linux 7'
config_opts['yum_install_command'] += " --disablerepo=ol7_software_collections"

View File

@@ -4,7 +4,7 @@ config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['bootstrap_image'] = 'docker.io/library/oraclelinux:8'
config_opts['description'] = 'Oracle Linux 8'
config_opts['dnf.conf'] = """
[main]

View File

@@ -3,6 +3,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7Server'
config_opts['package_manager'] = 'yum'
config_opts['bootstrap_image'] = 'registry.access.redhat.com/ubi7/ubi'
config_opts['description'] = 'RHEL 7'
config_opts['dnf_install_command'] += ' subscription-manager'
config_opts['yum_install_command'] += ' subscription-manager'

View File

@@ -4,6 +4,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'registry.access.redhat.com/ubi8/ubi'
config_opts['description'] = 'RHEL 8'
config_opts['dnf_install_command'] += ' subscription-manager'
config_opts['yum_install_command'] += ' subscription-manager'

View File

@@ -4,7 +4,7 @@ config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['bootstrap_image'] = 'quay.io/rockylinux/rockylinux:8'
config_opts['description'] = 'Rocky Linux 8'
config_opts['dnf.conf'] = """
[main]