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 fb97555
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
17 changes: 17 additions & 0 deletions manifest-lock.overrides.aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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

18 changes: 18 additions & 0 deletions manifest-lock.overrides.x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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

30 changes: 30 additions & 0 deletions manifest-lock.overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,33 @@ 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-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
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 fb97555

Please sign in to comment.