Skip to content

Commit

Permalink
[6.16.z] Bump el9 kickstart version to 9.5 (#16920)
Browse files Browse the repository at this point in the history
Bump el9 kickstart version to 9.5 (#16915)

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 639d868)

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Nov 14, 2024
1 parent e0db434 commit 46aad0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,16 +544,16 @@
},
'rhel9_bos': {
'id': 'rhel-9-for-x86_64-baseos-kickstart',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.4',
'version': '9.4',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.5',
'version': '9.5',
'reposet': REPOSET['kickstart']['rhel9_bos'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
},
'rhel9_aps': {
'id': 'rhel-9-for-x86_64-appstream-kickstart',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.4',
'version': '9.4',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.5',
'version': '9.5',
'reposet': REPOSET['kickstart']['rhel9_aps'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
Expand Down

0 comments on commit 46aad0c

Please sign in to comment.