Skip to content

Commit

Permalink
make overrides file for RHEL; move s390utils-base override there
Browse files Browse the repository at this point in the history
Let's move the override added in [1] to a new file dedicated to
overrides. This will make it easier for us to identify and focus
on overcoming the issues related to the override.

[1] 71313d8
  • Loading branch information
dustymabe committed Feb 20, 2025
1 parent 37562cf commit 5e54e65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,8 @@ packages-aarch64:
- irqbalance

packages-s390x:
# Required for IBM Secure Execution
# Pinned due to https://github.com/openshift/os/issues/1731
- s390utils-base-2.33.1-2.el9
# Required genprotimg for IBM Secure Execution
- s390utils-base

remove-from-packages:
- - filesystem
Expand Down
1 change: 1 addition & 0 deletions manifest-rhel-9.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ variables:
# Include manifests common to all RHEL and CentOS Stream versions
include:
- common.yaml
- overrides-rhel-9.6.yaml

repos:
- rhel-9.6-baseos
Expand Down
9 changes: 9 additions & 0 deletions overrides-rhel-9.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is a poor man's version of an override lockfile for rhel-9.6. When needed
# we gather any overrides NEVRs here to keep them in one place. When not needed,
# empty or comment out this file (except this comment).

#packages:

packages-s390x:
# https://github.com/openshift/os/issues/1731
- s390utils-base-2.33.1-2.el9

0 comments on commit 5e54e65

Please sign in to comment.