Skip to content

Commit

Permalink
overrides: fast-track grub packages: 2.12-10.fc41
Browse files Browse the repository at this point in the history
- VMWare OVA Fails To Boot due grub serial bug;
- Fast track packages with the fix.
See: coreos/fedora-coreos-tracker#1802

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli committed Oct 17, 2024
1 parent 4428932 commit facd1f6
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
25 changes: 25 additions & 0 deletions manifest-lock.overrides.aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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-efi-aa64:
evra: 1:2.12-10.fc41.aarch64
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
grub2-pc-modules:
evra: 1:2.12-10.fc41.noarch
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track


23 changes: 23 additions & 0 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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-ppc64le:
evra: 1:2.12-10.fc41.ppc64le
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
grub2-ppc64le-modules:
evra: 1:2.12-10.fc41.noarch
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
24 changes: 24 additions & 0 deletions manifest-lock.overrides.x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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-efi-x64:
evra: 1:2.12-10.fc41.x86_64
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
grub2-pc-modules:
evra: 1:2.12-10.fc41.noarch
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track

24 changes: 24 additions & 0 deletions manifest-lock.overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,27 @@ packages:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7e02fdb76d
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1553
type: fast-track
grub2-common:
evra: 1:2.12-10.fc41.noarch
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
grub2-pc:
evr: 1:2.12-10.fc41
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
grub2-tools:
evr: 1:2.12-10.fc41
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track
grub2-tools-minimal:
evr: 1:2.12-10.fc41
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802
type: fast-track

0 comments on commit facd1f6

Please sign in to comment.