Skip to content

Commit

Permalink
pull redhat-release from repos rather than doctoring centos-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Oct 7, 2024
1 parent 560dbed commit 6a21cc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manifest-rhel-9.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include:
repos:
- c9s-baseos
- c9s-appstream
- rhel-9.4-baseos

# Eventually we should try to build these images as part of the RHEL composes.
# In that case, the versioning should instead be exactly the same as the pungi
Expand All @@ -26,10 +27,12 @@ automatic-version-suffix: "-"

mutate-os-release: "9.6"

packages:
repo-packages:
- repo: rhel-9.4-baseos
packages:
# We include the generic centos release package and fake the red hat os-release
# info in a post-process script
- centos-release
- redhat-release

# Fake out RHEL version in the os-release while waiting for RHEL-9.6 release.
postprocess:
Expand Down

0 comments on commit 6a21cc9

Please sign in to comment.