Skip to content

Commit c2e8cc0

Browse files
committed
9.7
1 parent 7e7d845 commit c2e8cc0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

reference_data/platform_flavors.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
- name: AlmaLinux-9-beta
9595
modularity:
9696
git_tag_prefix:
97-
modified: a9-beta
98-
non_modified: c9-beta
97+
modified: a9
98+
non_modified: c9
9999
data:
100100
mock:
101101
secure_boot_macros:
@@ -950,6 +950,9 @@
950950
dnf_common_opts:
951951
- --nobest
952952
# - --exclude=fedora*
953+
chroot_setup_cmd: install tar gcc-c++ redhat-rpm-config fedora-release which xz sed
954+
make bzip2 gzip gcc coreutils unzip shadow-utils diffutils cpio bash gawk rpm-build
955+
info patch util-linux findutils grep zlib scl-utils scl-utils-build git-core kernel-rpm-macros
953956
repositories:
954957
- name: fedora-40-i686
955958
arch: i686

reference_data/platforms.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,9 @@
17891789
- name: '9.6'
17901790
version_prefix: '90600'
17911791
dist_prefix: 'el9.6.0'
1792+
- name: '9.7'
1793+
version_prefix: '90700'
1794+
dist_prefix: 'el9.7.0'
17921795
yum:
17931796
best: true
17941797
module_platform_id: platform:el9

0 commit comments

Comments
 (0)