Skip to content

Commit be3265b

Browse files
committed
configs: branch Fedora 45 from Rawhide
Rawhide is now Fedora 46. Bump mock-core-configs version to 45.0 and require distribution-gpg-keys >= 1.121. Fixes: #1793 Assisted-By: Claude Code
1 parent ef5268e commit be3265b

17 files changed

Lines changed: 43 additions & 11 deletions

mock-core-configs/etc/mock/fedora-45-aarch64.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config_opts['releasever'] = '45'
2+
config_opts['target_arch'] = 'aarch64'
3+
config_opts['legal_host_arches'] = ('aarch64',)
4+
5+
include('templates/fedora-branched.tpl')

mock-core-configs/etc/mock/fedora-45-i386.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config_opts['releasever'] = '45'
2+
config_opts['target_arch'] = 'i686'
3+
config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64')
4+
5+
include('templates/fedora-branched.tpl')

mock-core-configs/etc/mock/fedora-45-ppc64le.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config_opts['releasever'] = '45'
2+
config_opts['target_arch'] = 'ppc64le'
3+
config_opts['legal_host_arches'] = ('ppc64le',)
4+
5+
include('templates/fedora-branched.tpl')

mock-core-configs/etc/mock/fedora-45-riscv64.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config_opts['releasever'] = '45'
2+
config_opts['target_arch'] = 'riscv64'
3+
config_opts['legal_host_arches'] = ('riscv64',)
4+
5+
include('templates/fedora-branched-riscv64.tpl')

mock-core-configs/etc/mock/fedora-45-s390x.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config_opts['releasever'] = '45'
2+
config_opts['target_arch'] = 's390x'
3+
config_opts['legal_host_arches'] = ('s390x',)
4+
5+
include('templates/fedora-branched.tpl')

0 commit comments

Comments
 (0)