Skip to content

Commit

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

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit 639d868)

Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Nov 14, 2024
1 parent 725a7a5 commit 80ebe95
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 @@ -538,16 +538,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 80ebe95

Please sign in to comment.