Skip to content

Commit

Permalink
overrides: pin kernel-6.3.12-200 on ppc64le only
Browse files Browse the repository at this point in the history
Temporarily add `manifest-lock.overrides.ppc64le.yaml` to pin the kernel
on `ppc64le` only for the next FCOS release cycle while we wait for a
fix on the issue: coreos/fedora-coreos-tracker#1489

See: coreos/fedora-coreos-tracker#1489 (comment)
  • Loading branch information
marmijo authored and HuijingHei committed Oct 10, 2023
1 parent f36b13f commit b47d079
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This lockfile should be used to pin to a package version (`type: pin`) or to
# fast-track packages ahead of Bodhi (`type: fast-track`). Fast-tracked
# packages will automatically be removed once they are in the stable repos.
#
# IMPORTANT: YAML comments *will not* be preserved. All `pin` overrides *must*
# include a URL in the `metadata.reason` key. Overrides of type `fast-track`
# *should* include a Bodhi update URL in the `metadata.bodhi` key and a URL
# in the `metadata.reason` key, though it's acceptable to omit a `reason`
# for FCOS-specific packages (ignition, afterburn, etc.).

packages:
kernel:
evra: 6.3.12-200.fc38.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1489
type: pin
kernel-core:
evra: 6.3.12-200.fc38.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1489
type: pin
kernel-modules:
evra: 6.3.12-200.fc38.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1489
type: pin
kernel-modules-core:
evra: 6.3.12-200.fc38.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1489
type: pin

0 comments on commit b47d079

Please sign in to comment.