-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overrides: fast-track grub packages: 2.12-10.fc41
- 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
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters