Skip to content

Commit

Permalink
Bump el9 kickstart version to 9.5 (#16915)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit 639d868)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Nov 14, 2024
1 parent f206c95 commit 8787128
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 8787128

Please sign in to comment.