Change 9.2 to 9.3

This commit is contained in:
Louis Abel 2023-11-06 19:40:06 -07:00
parent 82f9523ee5
commit 4720a6dda5
Signed by: label
GPG Key ID: B37E62D143879B36
4 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
--- ---
'9-beta': '9-beta':
fullname: 'Rocky Linux 9.2' fullname: 'Rocky Linux 9.3'
revision: '9.2' revision: '9.3'
rclvl: 'BETA1' rclvl: 'BETA1'
major: '9' major: '9'
minor: '2' minor: '3'
profile: '9-beta' profile: '9-beta'
disttag: 'el9' disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org' bugurl: 'https://bugs.rockylinux.org'
@ -16,7 +16,7 @@
- ppc64le - ppc64le
- s390x - s390x
provide_multilib: True provide_multilib: True
project_id: 'dff20351-7d36-4f7c-9eea-7f039f5026d0' project_id: '6202c09e-6252-4d3a-bcd3-9c7751682970'
repo_symlinks: repo_symlinks:
NFV: 'nfv' NFV: 'nfv'
renames: renames:

View File

@ -1,10 +1,10 @@
--- ---
'9': '9':
fullname: 'Rocky Linux 9.2' fullname: 'Rocky Linux 9.3'
revision: '9.2' revision: '9.3'
rclvl: 'RC1' rclvl: 'RC1'
major: '9' major: '9'
minor: '2' minor: '3'
profile: '9' profile: '9'
disttag: 'el9' disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org' bugurl: 'https://bugs.rockylinux.org'

View File

@ -1,10 +1,10 @@
--- ---
'9-lookahead': '9-lookahead':
fullname: 'Rocky Linux 9.2' fullname: 'Rocky Linux 9.4'
revision: '9.2' revision: '9.4'
rclvl: 'LH1' rclvl: 'LH1'
major: '9' major: '9'
minor: '2' minor: '4'
profile: '9-lookahead' profile: '9-lookahead'
disttag: 'el9' disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org' bugurl: 'https://bugs.rockylinux.org'

View File

@ -3,11 +3,11 @@
# Revision must always start with a major number # Revision must always start with a major number
case "${RLREL}" in case "${RLREL}" in
stable) stable)
REVISION=9.2 REVISION=9.3
APPEND_TO_DIR="-RC1" APPEND_TO_DIR="-RC1"
;; ;;
beta) beta)
REVISION=9.3 REVISION=9.4
APPEND_TO_DIR="-beta" APPEND_TO_DIR="-beta"
COMPOSE_APPEND="-beta" COMPOSE_APPEND="-beta"
;; ;;