committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-09-01 13:58:00 +03:00
parent b65198929f
commit 16cf1a837c
15 changed files with 50 additions and 7 deletions

View File

@@ -1 +0,0 @@
fedora-rawhide-aarch64.cfg

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

@@ -1 +0,0 @@
fedora-rawhide-armhfp.cfg

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

@@ -1 +0,0 @@
fedora-rawhide-i386.cfg

5
mock/fedora-35-i386.cfg Normal file
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

@@ -1 +0,0 @@
fedora-rawhide-ppc64le.cfg

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

@@ -1 +0,0 @@
fedora-rawhide-s390x.cfg

5
mock/fedora-35-s390x.cfg Normal file
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

@@ -1 +0,0 @@
fedora-rawhide-x86_64.cfg

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')

1
mock/fedora-36-aarch64.cfg Symbolic link
View File

@@ -0,0 +1 @@
fedora-rawhide-aarch64.cfg

1
mock/fedora-36-armhfp.cfg Symbolic link
View File

@@ -0,0 +1 @@
fedora-rawhide-armhfp.cfg

1
mock/fedora-36-i386.cfg Symbolic link
View File

@@ -0,0 +1 @@
fedora-rawhide-i386.cfg

1
mock/fedora-36-ppc64le.cfg Symbolic link
View File

@@ -0,0 +1 @@
fedora-rawhide-ppc64le.cfg

1
mock/fedora-36-s390x.cfg Symbolic link
View File

@@ -0,0 +1 @@
fedora-rawhide-s390x.cfg

1
mock/fedora-36-x86_64.cfg Symbolic link
View File

@@ -0,0 +1 @@
fedora-rawhide-x86_64.cfg

View File

@@ -9,7 +9,7 @@ config_opts['chroot_setup_cmd'] = 'install @{% if mirrored %}buildsys-{% endif %
config_opts['dist'] = 'rawhide' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '35'
config_opts['releasever'] = '36'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:rawhide'