Skip to content

Commit

Permalink
overrides: use grub2-2.06-98.fc39
Browse files Browse the repository at this point in the history
This will prevent a "downgrade" in the `next` stream when upgrading from
the last `next` stream release based on Fedora 38.

coreos#2612 (comment)
  • Loading branch information
dustymabe committed Sep 17, 2023
1 parent ad8729d commit 7ccc4f5
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
31 changes: 31 additions & 0 deletions manifest-lock.overrides.aarch64.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:
grub2-common:
evra: 1:2.06-98.fc39.noarch
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-tools-minimal:
evra: 1:2.06-98.fc39.aarch64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-efi-aa64:
evra: 1:2.06-98.fc39.aarch64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-tools:
evra: 1:2.06-98.fc39.aarch64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
36 changes: 36 additions & 0 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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:
grub2-common:
evra: 1:2.06-98.fc39.noarch
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-tools-minimal:
evra: 1:2.06-98.fc39.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-ppc64le:
evra: 1:2.06-98.fc39.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-ppc64le-modules:
evra: 1:2.06-98.fc39.noarch
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-tools:
evra: 1:2.06-98.fc39.ppc64le
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
41 changes: 41 additions & 0 deletions manifest-lock.overrides.x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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:
grub2-pc-modules:
evra: 1:2.06-98.fc39.noarch
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-common:
evra: 1:2.06-98.fc39.noarch
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-tools-minimal:
evra: 1:2.06-98.fc39.x86_64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-efi-x64:
evra: 1:2.06-98.fc39.x86_64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-pc:
evra: 1:2.06-98.fc39.x86_64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin
grub2-tools:
evra: 1:2.06-98.fc39.x86_64
metadata:
reason: https://github.com/coreos/fedora-coreos-config/pull/2612#issuecomment-1722342103
type: pin

0 comments on commit 7ccc4f5

Please sign in to comment.