committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-06-17 19:40:56 +03:00
parent 63cea6f394
commit 9b764da8f5
27 changed files with 41 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '35'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '35'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '35'
config_opts['target_arch'] = 'i686'
config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64')
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '35'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '35'
config_opts['target_arch'] = 's390x'
config_opts['legal_host_arches'] = ('s390x',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '35'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '36'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '36'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '36'
config_opts['target_arch'] = 'i686'
config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64')
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '36'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '36'
config_opts['target_arch'] = 's390x'
config_opts['legal_host_arches'] = ('s390x',)
include('templates/fedora-branched.tpl')

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '36'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
include('templates/fedora-branched.tpl')

View File

@@ -78,7 +78,6 @@ name=CentOS-$releasever - SCLo sclo
baseurl=https://vault.centos.org/6.10/sclo/$basearch/sclo/
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-SCLo
gpgcheck=1
includepkgs=devtoolset*
skip_if_unavailable=False
[centos-sclo-rh]
@@ -86,7 +85,6 @@ name=CentOS-$releasever - SCLo rh
baseurl=https://vault.centos.org/6.10/sclo/$basearch/rh/
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-SCLo
gpgcheck=1
includepkgs=devtoolset*
skip_if_unavailable=False
{% endif %}
"""