committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-06-28 19:42:39 +03:00
parent 3bf03d88cf
commit 24316706f1
14 changed files with 118 additions and 43 deletions

View File

@@ -0,0 +1,5 @@
config_opts['releasever'] = '32'
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'] = '32'
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'] = '32'
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'] = '32'
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'] = '32'
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'] = '32'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
include('templates/fedora-branched.tpl')