committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
5
mock/eol/fedora-32-aarch64.cfg
Normal file
5
mock/eol/fedora-32-aarch64.cfg
Normal 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')
|
||||
5
mock/eol/fedora-32-armhfp.cfg
Normal file
5
mock/eol/fedora-32-armhfp.cfg
Normal 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')
|
||||
5
mock/eol/fedora-32-i386.cfg
Normal file
5
mock/eol/fedora-32-i386.cfg
Normal 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')
|
||||
5
mock/eol/fedora-32-ppc64le.cfg
Normal file
5
mock/eol/fedora-32-ppc64le.cfg
Normal 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')
|
||||
5
mock/eol/fedora-32-s390x.cfg
Normal file
5
mock/eol/fedora-32-s390x.cfg
Normal 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')
|
||||
5
mock/eol/fedora-32-x86_64.cfg
Normal file
5
mock/eol/fedora-32-x86_64.cfg
Normal 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')
|
||||
Reference in New Issue
Block a user