Skip to content

Commit 74bdc61

Browse files
committed
Move Rawhide to F43
$ ./releng/rawhide-branching.sh Set: rawhide == Fedora 43 Move: 41 => 42 Arches: aarch64 i386 ppc64le s390x x86_64 WARNING: Make sure Fedora Copr maintainers are informed that WARNING: they should run 'copr-frontend branch-fedora 42'. WARNING: That has to be done right on time when branching is done. WARNING: Please check that distribution-gpg-keys have the N+1 key, you likely want to bump Requires: distribution-gpg-keys!
1 parent a508043 commit 74bdc61

15 files changed

+39
-10
lines changed

mock-core-configs/etc/mock/fedora-42-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'] = '42'
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-42-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'] = '42'
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-42-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'] = '42'
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-42-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'] = '42'
2+
config_opts['target_arch'] = 's390x'
3+
config_opts['legal_host_arches'] = ('s390x',)
4+
5+
include('templates/fedora-branched.tpl')

mock-core-configs/etc/mock/fedora-42-x86_64.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'] = '42'
2+
config_opts['target_arch'] = 'x86_64'
3+
config_opts['legal_host_arches'] = ('x86_64',)
4+
5+
include('templates/fedora-branched.tpl')

0 commit comments

Comments
 (0)